summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/components/edit.html.tmpl')
-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>