Code

Added Label Tags
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jul 2005 13:54:11 +0000 (13:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jul 2005 13:54:11 +0000 (13:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@965 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/groups/mail_admins.tpl

index fd21d92f029930a285a26c426b8d972eb8e4ec15..8c95cb0d06c5b28fb868597118adeb14b28d0be3 100644 (file)
@@ -1,9 +1,9 @@
 <table summary="" style="width:100%;">
  <tr>
   <td style="width:45%; vertical-align:top;">
-   {t}Folder administrators{/t}
+  <LABEL for="admins"> {t}Folder administrators{/t}</LABEL>
    <br>
-   <select style="width:380px; height:300px;" name="admins[]" size=15 multiple>
+   <select id="admins" style="width:380px; height:300px;" name="admins[]" size=15 multiple>
     {html_options options=$admins}
    </select>
   </td>
@@ -21,8 +21,8 @@
     {html_options options=$mailusers}
    </select>
    <br>
-   {t}Select a specific department{/t}:
-   <select name="department" size=1 onChange="mainform.submit()">
+       <LABEL for="department">{t}Select a specific department{/t}</LABEL>:
+   <select id="department" name="department" size=1 onChange="mainform.submit()">
     {html_options options=$departments selected=$department}
    </select>