diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/admin/components/edit.html.tmpl | 6 |
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&product= + [%- product FILTER url_quote %]&component= + [%- name FILTER url_quote %]">Delete</a> this component. + </form> |