]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 272322: add a delete link to the editcomponents edit component page...
authorjocuri%softhome.net <>
Fri, 31 Dec 2004 18:42:27 +0000 (18:42 +0000)
committerjocuri%softhome.net <>
Fri, 31 Dec 2004 18:42:27 +0000 (18:42 +0000)
template/en/default/admin/components/edit.html.tmpl

index 08ecb8f5e0e8635cbf85a5fe1140e7c8e625b8a1..0a85079174a3f716136f3661e8eeff91e76e94b4 100644 (file)
         [%- 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>