Commit 6398ec1f authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 272322: add a delete link to the editcomponents edit component…

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.
parent 5c698c6e
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment