summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f484dd5)
raw | patch | inline | side by side (parent: f484dd5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Sep 2009 11:29:39 +0000 (11:29 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Sep 2009 11:29:39 +0000 (11:29 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14220 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/generic.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/generic.tpl b/gosa-core/plugins/admin/departments/generic.tpl
index 48f58dbc6cc0367555b691b79b06937f3ce40263..2a3f4e91b762326eb9063bbef66e5eb51e43e5cc 100644 (file)
</td>
</tr>
<tr>
- <td><LABEL for="description">{t}Description{/t}</LABEL>{$must}</td>
+ <td style='vertical-align:top;'><LABEL for="description">{t}Description{/t}</LABEL>{$must}</td>
<td>
{render acl=$descriptionACL}
- <input id="description" name="description" size=25 maxlength=80 value="{$description}" title="{t}Descriptive text for department{/t}">
+ <textarea id='description' name='description' style='width:220px' title="{t}Descriptive text for department{/t}">{$description}</textarea>
{/render}
</td>
</tr>