summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--template/en/default/admin/products/edit.html.tmpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index 0936dbf71..c38530125 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -43,7 +43,9 @@
<td>
[% IF product.components.size -%]
[% FOREACH component = product.components %]
- <b>[% component.name FILTER html %]:</b>&nbsp;
+ <a href="editcomponents.cgi?action=edit&product=
+ [%- product.name FILTER uri %]&component=
+ [%- component.name FILTER uri %]">[% component.name FILTER html %]</a>:&nbsp;
[% IF component.description %]
[% component.description FILTER html_light %]
[% ELSE %]