Code

Hide php errors
[gosa.git] / plugins / personal / mail / mail_locals.tpl
index a0bf0f162d5a036ba35dc335e3ded76b81bc9c5f..2f1366166baefd45bc4407d86a01b3d9ecd55f92 100644 (file)
@@ -3,12 +3,12 @@
   <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>&nbsp;{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>&nbsp;<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>&nbsp;{t}Display addresses matching{/t}</td>