summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d20f8df)
raw | patch | inline | side by side (parent: d20f8df)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 08:28:48 +0000 (08:28 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 08:28:48 +0000 (08:28 +0000) |
plugins/personal/mail/mail_locals.tpl | patch | blob | history |
index a0bf0f162d5a036ba35dc335e3ded76b81bc9c5f..2f1366166baefd45bc4407d86a01b3d9ecd55f92 100644 (file)
<td style="vertical-align:top;">
<div class="contentboxh" style="height:20px;">
<p class="contentboxh" style="font-size:12px">
- <b>{t}Select addresses to add{/t} {$hint}</b><br>
+ <b><LABEL for="local_list">{t}Select addresses to add{/t}</LABEL> {$hint}</b><br>
</p>
</div>
<div class="contentboxb">
<p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <select style="width:500px; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
+ <select id="local_list" style="width:500px; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
{html_options options=$mailusers}
</select>
</p>
</td>
<td style="vertical-align:top;">
<div class="contentboxh" style="height:20px;">
- <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{
-t}Filters{/t}</b></p>
+ <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>
+ {t}Filters{/t}</b></p>
</div>
<div class="contentboxb" style="background-color:#F8F8F8">
<table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
{$alphabet}
</table>
- <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> {t}Display addresses of department{/t}</td>
- <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
+ <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> <LABEL for="depselect">{t}Display addresses of department{/t}</LABEL></td>
+ <td><select id="depselect" name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
{html_options options=$deplist selected=$depselect}
</select></td></tr></table>
<table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {t}Display addresses matching{/t}</td>