<td valign="top">Description:</td>
<td valign="top">
[% IF description %]
- [% description FILTER html %]
+ [% description %]
[% ELSE %]
<font color="red">description missing</font>
[% END %]
</tr>
<tr>
<th align="right">Description:</th>
- <td><textarea rows=4 cols=64 name="description">[% description FILTER html %]</textarea></TD>
+ <td><textarea rows=4 cols=64 name="description">[% description %]</textarea></TD>
</tr>
<tr valign=top>
<th align="right"><a href="editproducts.cgi?classification=[% classification FILTER html %]">Edit products</a></th>
<td valign="top">Description:</td>
<td valign="top" colspan=3>
[% IF description %]
- [% description FILTER html %]
+ [% description %]
[% ELSE %]
<font color="red">description missing</font>
[% END %]
<td valign="top"><a href="editclassifications.cgi?action=edit&classification=[% cl.classification FILTER html %]"><b>[% cl.classification FILTER html %]</b></a></td>
<td valign="top">
[% IF cl.description %]
- [% cl.description FILTER html %]
+ [% cl.description %]
[% ELSE %]
<font color="red">none</font>
[% END %]
'VERSION',
],
+'global/choose-classification.html.tmpl' => [
+ 'classdesc.$p',
+],
+
'global/choose-product.html.tmpl' => [
'target',
'proddesc.$p',
'c.content'
],
+'admin/classifications/del.html.tmpl' => [
+ 'description',
+],
+
+'admin/classifications/edit.html.tmpl' => [
+ 'description',
+],
+
+'admin/classifications/reclassify.html.tmpl' => [
+ 'description',
+],
+
+'admin/classifications/select.html.tmpl' => [
+ 'cl.description',
+],
+
'admin/products/groupcontrol/confirm-edit.html.tmpl' => [
'group.count',
],
</th>
[% IF classdesc.$p %]
- <td valign="top"> [% classdesc.$p FILTER html %]</td>
+ <td valign="top"> [% classdesc.$p %]</td>
[% END %]
</tr>
[% END %]