summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b983544)
raw | patch | inline | side by side (parent: b983544)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 10:17:05 +0000 (10:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 10:17:05 +0000 (10:17 +0000) |
plugins/addons/addressbook/contents.tpl | patch | blob | history | |
plugins/addons/addressbook/dial.tpl | patch | blob | history |
index 48e82ae6f348d8100c4327d3751cd0a45f75f6f2..b4248bf760776a5a511d9e4bfb3e22808289cc32 100644 (file)
<tr>
<td>
<img alt="" src="{$tree_image}" align=middle>
- {t}Display results for department{/t}
+ <LABEL for="search_base">{t}Display results for department{/t}</LABEL>
</td>
<td>
<select name="search_base" size="1" onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
<td width="50%"><img alt="" src="{$search_image}" align=middle>
- {t}Search for{/t}
+ <LABEL for="search_for">{t}Search for{/t}</LABEL>
</td>
<td>
- <input type='text' name='search_for' maxlength='20' value='{$search_for}' title='{t}Search string{/t}' onChange="mainform.submit()">
+ <input id="search_for" type='text' name='search_for' maxlength='20' value='{$search_for}' title='{t}Search string{/t}' onChange="mainform.submit()">
</td>
</tr>
</table>
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
<tr>
<td width="50%">
- <img alt="" src="{$search_image}" align=middle> {t}Match object{/t}
+ <img alt="" src="{$search_image}" align=middle> <LABEL for="object_type">{t}Match object{/t}</LABEL>
</td>
<td>
- <select name="object_type" size="1" onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
+ <select id="object_type" name="object_type" size="1" onChange="mainform.submit()" title="{t}Choose the object that will be searched in{/t}">
{html_options options=$objlist selected=$object_type}
<option disabled> </option>
</select>
index 656383d459b7a435617da78cc558e244e1ce3801..b10b8db881b8064ff7ec01f118130fff392a888b 100644 (file)
<table summary="" style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;" cellpadding=4 cellspacing=0 border=0>
<tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
-<td align=left width="100%">{t}Dial connection...{/t}</td>
+<td align=left width="100%"><LABEL for="dial">{t}Dial connection...{/t}</LABEL></td>
</tr>
<tr style="background-color: white">
<td style="text-align:center;">
<div style="height:50px;"> </div>
<a style="font-size:22px"><img alt="" src="{$phone_image}" align=middle>{$dial_info}</a>
<div style="height:60px;"> </div>
- <input type='submit' name='dial' value='{t}Dial{/t}'> <input type='submit' name='cancel' value='{t}Cancel{/t}'>
+ <input type='submit' name='dial' id="dial" value='{t}Dial{/t}'> <input type='submit' name='cancel' value='{t}Cancel{/t}'>
</td>