summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f5d31b)
raw | patch | inline | side by side (parent: 3f5d31b)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Oct 2005 07:53:45 +0000 (07:53 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 31 Oct 2005 07:53:45 +0000 (07:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1764 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/posix/generic.tpl | patch | blob | history |
index 48a819b50d888196e327525fcf9849c81cea4213..6edc392fb1defe21bd0d12f8f4687db5a7fedae7 100644 (file)
<tr>
<td><LABEL for="homeDirectory">{t}Home directory{/t}</LABEL>{$must}</td>
<td>
- <input id="homeDirectory" name="homeDirectory" size=25 maxlength=120 {$homeDirectoryACL} value="{$homeDirectory}">
+ <input id="homeDirectory" name="homeDirectory" size=40 maxlength=120 {$homeDirectoryACL} value="{$homeDirectory}">
</td>
</tr>
<tr>
<b style="color:red">{t}(Warning: more than 16 groups are not supported by NFS!){/t}</b>
<br>
{/if}
- <select style="width:400px; height:130px;" name="group_list[]" size=16 multiple>
+ <select style="width:100%; height:130px;" name="group_list[]" size=16 multiple>
{html_options options=$groupMembership}
</select>
<br>
{t}Trust mode{/t} <select name="trustmode" id="trustmode" size=1 onchange="changeSelectState('trustmode', 'wslist'); changeSelectState('trustmode', 'add_ws'); changeSelectState('trustmode', 'del_ws');" {$trustmodeACL}>
{html_options options=$trustmodes selected=$trustmode}
</select>
- <select style="width:350px;" id="wslist" name="workstation_list[]" size=5 multiple {$trustmodeACL} {$trusthide}>
+ <select style="width:100%" id="wslist" name="workstation_list[]" size=5 multiple {$trustmodeACL} {$trusthide}>
{html_options values=$workstations output=$workstations}
{if $emptyArrAccess}
<option disabled> </option>