summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 43dd43c)
raw | patch | inline | side by side (parent: 43dd43c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 12:04:41 +0000 (12:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 12:04:41 +0000 (12:04 +0000) |
plugins/admin/users/headpage.tpl | patch | blob | history | |
plugins/admin/users/password.tpl | patch | blob | history | |
plugins/admin/users/template.tpl | patch | blob | history |
index b1cf20177fab1c125b8e0b7b97687268457484f5..8ad51c846afe8172f5c6731313289a7b324c1a9e 100644 (file)
<td style="vertical-align:top;">
<div class="contentboxh">
<p class="contentboxh">
- {t}List of users{/t} {$hint}
+ <LABEL for="userlist">{t}List of users{/t}</LABEL> {$hint}
</p>
</div>
<div class="contentboxb">
<p class="contentboxb">
- <select style="width:500px; height:450px;" name="userlist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
+ <select style="width:500px; height:450px;" id="userlist" name="userlist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
{html_options options=$userlist}
<option disabled> </option>
</select>
index d37a1f2786571ba7bf26007bd1a169fe3bd0a099..8ce6f731796e40946a22e45397a800737efcb556 100644 (file)
<table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
<tr>
- <td><b>{t}New password{/t}</b></td>
- <td><input type="password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';"></td>
+ <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
+ <td><input type="password" id="new_password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';"></td>
</tr>
<tr>
- <td><b>{t}Repeat new password{/t}</b></td>
- <td><input type="password" name="repeated_password" size="30" maxlength="40" onFocus="nextfiled= 'password_finish'"></td>
+ <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
+ <td><input type="password" id="repeated_password" name="repeated_password" size="30" maxlength="40" onFocus="nextfiled= 'password_finish'"></td>
</tr>
</table>
<br>
index 96cff2dda2ed050fb9e0fef156003d2a72938d31..5d9ce6c19c349eb5279e4e69f2ce5d9d4550ddcd 100644 (file)
<table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
<tr>
- <td><b>{t}Template{/t}</b></td>
+ <td><b><LABEL for="template">{t}Template{/t}</LABEL></b></td>
<td>
- <select size="1" name="template">
+ <select size="1" name="template" id="template">
{html_options options=$templates selected=$template}
</select>
</td>
</tr>
<tr>
- <td><b>{t}Name{/t}</b></td>
- <td><input name="sn" size="30" maxlength="40" value="{$sn}"></td>
+ <td><b><LABEL for="sn">{t}Name{/t}</LABEL></b></td>
+ <td><input name="sn" id="sn" size="30" maxlength="40" value="{$sn}"></td>
</tr>
<tr>
- <td><b>{t}Given name{/t}</b></td>
- <td><input name="givenName" size="30" maxlength="40" value="{$givenName}"></td>
+ <td><b><LABEL for="givenName">{t}Given name{/t}</LABEL></b></td>
+ <td><input name="givenName" id="givenName" size="30" maxlength="40" value="{$givenName}"></td>
</tr>
{if $got_uid eq "true"}
<tr>