Code

Replaced department description with textarea
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 9 Sep 2009 11:29:39 +0000 (11:29 +0000)
committerhickert <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

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>