diff options
-rw-r--r-- | template/en/default/admin/products/edit.html.tmpl | 4 |
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> + <a href="editcomponents.cgi?action=edit&product= + [%- product.name FILTER uri %]&component= + [%- component.name FILTER uri %]">[% component.name FILTER html %]</a>: [% IF component.description %] [% component.description FILTER html_light %] [% ELSE %] |