summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 81518cb)
raw | patch | inline | side by side (parent: 81518cb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 11:57:49 +0000 (11:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 11:57:49 +0000 (11:57 +0000) |
plugins/admin/systems/network.tpl | patch | blob | history | |
plugins/admin/systems/phone.tpl | patch | blob | history | |
plugins/admin/systems/server.tpl | patch | blob | history |
index a57261378f6b9a8d16b06ef4816eb7a0a3a28f5d..0167794c14fbe90dd1e8b0a592d090b63458b6e1 100644 (file)
<td>
<table summary="">
<tr>
- <td>{t}IP-address{/t}{$staticAddress}</td>
- <td><input name="ipHostNumber" size=25 maxlength=80 value="{$ipHostNumber}"></td>
+ <td><LABEL for="ipHostNumber">{t}IP-address{/t}{$staticAddress}</LABEL></td>
+ <td><input id="ipHostNumber" name="ipHostNumber" size=25 maxlength=80 value="{$ipHostNumber}"></td>
</tr>
</table>
</td>
<td>
<table summary="">
<tr>
- <td>{t}MAC-address{/t}{$staticAddress}</td>
- <td><input name="macAddress" size=25 maxlength=80 value="{$macAddress}"></td>
+ <td><LABEL for="macAddress">{t}MAC-address{/t}</LABLE>{$staticAddress}</td>
+ <td><input name="macAddress" id="macAddress" size=25 maxlength=80 value="{$macAddress}"></td>
</tr>
</table>
</td>
index d1080bd5f762de1ce9e3aace6041f7cac41c60c0..76a0c8703143cb1dcf0fa87043719f53a14e1152 100644 (file)
<td style="vertical-align:top; width:50%;">
<table summary="">
<tr>
- <td>{t}Phone name{/t}{$must}</td>
- <td><input name="cn" size=20 maxlength=60 value="{$cn}"></td>
+ <td><LABEL for="cn">{t}Phone name{/t}</LABEL>{$must}</td>
+ <td><input id="cn" name="cn" size=20 maxlength=60 value="{$cn}"></td>
</tr>
<tr>
<td colspan=2> </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" title="{t}Choose subtree to place terminal in{/t}">
+ <select size="1" id="base" name="base" title="{t}Choose subtree to place terminal in{/t}">
{html_options options=$bases selected=$base_select}
</select>
</tr>
<td style="vertical-align:top">
<table summary="">
<tr>
- <td>{t}Description{/t}</td>
- <td><input name="description" size=25 maxlength=80 value="{$description}"></td>
+ <td><LABEL for="description">{t}Description{/t}</LABEL></td>
+ <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
</tr>
</table>
</td>
index efcb4a8c7c756ce91d8bbc3edd8954941f839e52..1edee572525f467d05b77897c0b71dbf6462a32f 100644 (file)
<td style="vertical-align:top; width:50%;">
<table summary="">
<tr>
- <td>{t}Server name{/t}{$must}</td>
- <td><input name="cn" size=20 maxlength=60 value="{$cn}"></td>
+ <td><LABEL for="cn">{t}Server name{/t}</LABEL>{$must}</td>
+ <td><input name="cn" id="cn" size=20 maxlength=60 value="{$cn}"></td>
</tr>
<tr>
<td colspan=2> </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" title="{t}Choose subtree to place terminal in{/t}">
+ <select size="1" name="base" id="base" title="{t}Choose subtree to place terminal in{/t}">
{html_options options=$bases selected=$base_select}
</select>
</tr>
<td style="vertical-align:top">
<table summary="">
<tr>
- <td>{t}Description{/t}</td>
- <td><input name="description" size=25 maxlength=80 value="{$description}"></td>
+ <td><LABEL for="description">{t}Description{/t}</LABEL></td>
+ <td><input name="description" id="description" size=25 maxlength=80 value="{$description}"></td>
</tr>
</table>
</td>