summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c7dbd98)
raw | patch | inline | side by side (parent: c7dbd98)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jul 2005 13:47:57 +0000 (13:47 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jul 2005 13:47:57 +0000 (13:47 +0000) |
plugins/admin/groups/generic.tpl | patch | blob | history |
index f4c83d4b441b7b9a99d595b76edd0f7f87260e50..e6a6360d032c1ce809bdea2bf8465d600993a19c 100644 (file)
<input type="hidden" name="groupedit" value="1">
<table summary="">
<tr>
- <td>{t}Group name{/t}{$must}</td>
+ <td><LABEL for="cn">{t}Group name{/t}</LABEL>{$must}</td>
<td>
- <input name="cn" size=25 maxlength=60 {$cnACL} value="{$cn}" title="{t}Posix name of the group{/t}">
+ <input id="cn" name="cn" size=25 maxlength=60 {$cnACL} value="{$cn}" title="{t}Posix name of the group{/t}">
</td>
</tr>
<tr>
- <td>{t}Description{/t}</td>
- <td><input name="description" size=40 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
+ <td><LABEL for="description"> {t}Description{/t}</LABEL></td>
+ <td><input id="description" name="description" size=40 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
</td>
</tr>
<tr>
<td colspan=2> <div style="height:15px;"></div> </td>
</tr>
<tr>
- <td>{t}Base{/t}{$must}</td>
+ <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
<td>
- <select size="1" name="base" {$baseACL} title="{t}Choose subtree to place group in{/t}">
+ <select id="base" size="1" name="base" {$baseACL} title="{t}Choose subtree to place group in{/t}">
{html_options options=$bases selected=$base_select}
</select>
</td>
</tr>
<tr>
<td colspan=2>
- <input type=checkbox name="force_gid" value="1" title="{t}Normally IDs are autogenerated, select to specify manually{/t}" {$force_gid} {$force_gidACL} onclick="changeState('gidNumber')">{t}Force GID{/t}
+ <input type=checkbox name="force_gid" value="1" title="{t}Normally IDs are autogenerated, select to specify manually{/t}" {$force_gid} {$force_gidACL} onclick="changeState('gidNumber')"><LABEL for="gidNumber">{t}Force GID{/t}</LABEL>
<input name="gidNumber" size=5 maxlength=5 id="gidNumber" {$gidNumberACL} {$forceMode} value="{$gidNumber}" title="{t}Forced ID number{/t}">
</td>
{html_options options=$groupTypes selected=$groupType}
</select>
- {t}in domain{/t}
+ <LABEL for="">{t}in domain{/t}</LABEL>
- <select size="1" name="sambaDomainName" {$sambaDomainNameACL}>
+ <select id="sambaDomainName" size="1" name="sambaDomainName" {$sambaDomainNameACL}>
{html_options values=$sambaDomains output=$sambaDomains selected=$sambaDomainName}
</select>
</td>
<table summary="">
<tr>
<td style="vertical-align:top;">
- <b>{t}Group members{/t}</b>
+ <b><LABEL for="members">{t}Group members{/t}</LABEL></b>
<br>
- <select style="width:400px; height:300px;" name="members[]" size=15 multiple>
+ <select style="width:400px; height:300px;" id="members" name="members[]" size=15 multiple>
{html_options options=$members}
<option disabled> </option>
</select>