]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 284151: "edit" link shows up on confirmation page for deleting a Field Value...
authorlpsolit%gmail.com <>
Tue, 5 Apr 2005 05:52:07 +0000 (05:52 +0000)
committerlpsolit%gmail.com <>
Tue, 5 Apr 2005 05:52:07 +0000 (05:52 +0000)
template/en/default/admin/fieldvalues/confirm-delete.html.tmpl
template/en/default/admin/fieldvalues/footer.html.tmpl

index 234a895a70d4be9ce13b334b609d0be0f346b558..199a470aaf2c9dc3dc78d9795b4cf8e247a3b1ef 100644 (file)
 
 [% END %]
 
-[% PROCESS admin/fieldvalues/footer.html.tmpl %]
+[% PROCESS admin/fieldvalues/footer.html.tmpl
+  no_edit_link = 1
+ +%]
 
 [% PROCESS global/footer.html.tmpl %] 
index 05e8c757b73988178f13768c3fb3ecf4bb171705..c8e3391c94529f36fefe2d05c2edfd741082a951 100644 (file)
@@ -37,7 +37,7 @@
           [%- field FILTER url_quote %]">Add</a> a value.
 [% END %]
 
-[% IF value && !no_edit_milestone_link %]
+[% IF value && !no_edit_link %]
   Edit value <a 
   title="Edit value '[% value FILTER html %]' for the '
          [%- field FILTER html %]' field"