summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/classifications/add.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/classifications/add.html.tmpl')
-rw-r--r--template/en/default/admin/classifications/add.html.tmpl9
1 files changed, 8 insertions, 1 deletions
diff --git a/template/en/default/admin/classifications/add.html.tmpl b/template/en/default/admin/classifications/add.html.tmpl
index d6a7c3880..d11a8d36c 100644
--- a/template/en/default/admin/classifications/add.html.tmpl
+++ b/template/en/default/admin/classifications/add.html.tmpl
@@ -31,7 +31,14 @@
</tr>
<tr>
<th align="right">Description:</th>
- <td><textarea rows=4 cols=64 wrap=virtual name="description"></textarea></td>
+ <td>
+ [% INCLUDE global/textarea.html.tmpl
+ name = 'description'
+ minrows = 4
+ cols = 64
+ wrap = 'virtual'
+ %]
+ </td>
</tr>
</table>
<hr>