summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-31 19:42:27 +0100
committerjocuri%softhome.net <>2004-12-31 19:42:27 +0100
commit6398ec1f774eb7208fd5563366ca22afd53c6acb (patch)
tree8ae3aeafc2476d817ce56ea4510c5324d1aecb63 /template
parent5c698c6e3b52ab84d8222829bd42cb8c28360cbb (diff)
downloadbugzilla-6398ec1f774eb7208fd5563366ca22afd53c6acb.tar.gz
bugzilla-6398ec1f774eb7208fd5563366ca22afd53c6acb.tar.xz
Patch for bug 272322: add a delete link to the editcomponents edit component page; patch by GavinS <bugzilla@chimpychompy.org>, r=justdave, r=wurblzap, a=justdave.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/admin/components/edit.html.tmpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl
index 08ecb8f5e..0a8507917 100644
--- a/template/en/default/admin/components/edit.html.tmpl
+++ b/template/en/default/admin/components/edit.html.tmpl
@@ -95,7 +95,11 @@
[%- initialqacontact FILTER html %]">
<input type="hidden" name="action" value="update">
<input type="hidden" name="product" value="[% product FILTER html %]">
- <input type="submit" value="Update">
+ <input type="submit" value="Update"> or <a
+ href="editcomponents.cgi?action=del&amp;product=
+ [%- product FILTER url_quote %]&amp;component=
+ [%- name FILTER url_quote %]">Delete</a> this component.
+
</form>