diff options
author | timeless%mozdev.org <> | 2007-01-08 08:47:13 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2007-01-08 08:47:13 +0100 |
commit | 762d296e427c2cc7020a55b492eb315257fc8379 (patch) | |
tree | 2df49ec1afc5a9065e8b1911b9a73ac5ec14e2f2 /template/en/default/admin/fieldvalues | |
parent | 0e156a62f427afc49fbf5331b0d5ad6c36f420a7 (diff) | |
download | bugzilla-762d296e427c2cc7020a55b492eb315257fc8379.tar.gz bugzilla-762d296e427c2cc7020a55b492eb315257fc8379.tar.xz |
Bug 365487 admin/fieldvalues/footer produces invalid markup
patch by bmo2007@rsz.jp r=timeless a=justdave
Diffstat (limited to 'template/en/default/admin/fieldvalues')
-rw-r--r-- | template/en/default/admin/fieldvalues/footer.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/admin/fieldvalues/footer.html.tmpl b/template/en/default/admin/fieldvalues/footer.html.tmpl index f7b522f28..27428f66d 100644 --- a/template/en/default/admin/fieldvalues/footer.html.tmpl +++ b/template/en/default/admin/fieldvalues/footer.html.tmpl @@ -26,11 +26,11 @@ # no_edit_other_link # no_add_link #%] - -<p> <hr> +<p> + [% UNLESS no_add_link %] <a title="Add a value for the '[% field FILTER html %]' field." href="editvalues.cgi?action=add&field= @@ -50,7 +50,7 @@ Edit other values for the <a href="editvalues.cgi?field= [%- field FILTER url_quote %]">'[% field FILTER html %]'</a> field. - + [% END %] </p> |