summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/edit.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/products/edit.html.tmpl')
-rw-r--r--template/en/default/admin/products/edit.html.tmpl14
1 files changed, 5 insertions, 9 deletions
diff --git a/template/en/default/admin/products/edit.html.tmpl b/template/en/default/admin/products/edit.html.tmpl
index 713f30aeb..fdbbe42c2 100644
--- a/template/en/default/admin/products/edit.html.tmpl
+++ b/template/en/default/admin/products/edit.html.tmpl
@@ -45,16 +45,12 @@
[% FOREACH component = product.components %]
<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 %]
- <font color="red">description missing</font>
- [% END %]
+ [%- component.name FILTER uri %]">[% component.name FILTER html %]</a>:
+ [% component.description FILTER html_light %]
<br>
[% END %]
[% ELSE %]
- <font color="red">missing</font>
+ <span class="warning">missing</span>
[% END %]
</td>
</tr>
@@ -70,7 +66,7 @@ versions:</a>
<br>
[% END %]
[% ELSE %]
- <font color="red">missing</font>
+ <span class="warning">missing</span>
[% END %]
</td>
</tr>
@@ -87,7 +83,7 @@ versions:</a>
<br>
[% END %]
[% ELSE %]
- <font color="red">missing</font>
+ <span class="warning">missing</span>
[% END %]
</td>
</tr>