Code

Added Label Tag
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jul 2005 10:56:03 +0000 (10:56 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jul 2005 10:56:03 +0000 (10:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@985 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/generic.tpl
plugins/admin/ogroups/mail.tpl

index 7187ddef365cd1f9138c7de564e0a4c99e7dd237..1898d30190322bd69465ec663f834360ef89a45a 100644 (file)
@@ -4,13 +4,13 @@
    <input type="hidden" name="ogroupedit" value="1">
    <table summary="">
     <tr>
-     <td>{t}Group name{/t}{$must}</td>
+     <td><LABEL for="cn">{t}Group name{/t}</LABEL>{$must}</td>
      <td>
-       <input name="cn" size=25 maxlength=60 {$cnACL} value="{$cn}" title="{t}Name of the group{/t}">
+       <input name="cn" id="cn" size=25 maxlength=60 {$cnACL} value="{$cn}" title="{t}Name of the group{/t}">
      </td>
     </tr>
     <tr>
-     <td>{t}Description{/t}</td>
+     <td><LABEL for="description">{t}Description{/t}</LABEL></td>
      <td><input name="description" size=40 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for this group{/t}">
      </td>
     </tr>
@@ -18,9 +18,9 @@
      <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" {$baseACL} title="{t}Choose subtree to place group in{/t}">
+      <select size="1" cn="base" name="base" {$baseACL} title="{t}Choose subtree to place group in{/t}">
        {html_options options=$bases selected=$base_select}
       </select>
      </td>
@@ -29,9 +29,9 @@
 
   </td>
   <td style="border-left:1px solid #A0A0A0; padding-left:10px;">
-   <b>{t}Member objects{/t}</b>&nbsp;({$combinedObjects})
+   <b><LABEL for="members">{t}Member objects{/t}</LABEL></b>&nbsp;({$combinedObjects})
    <br>
-   <select style="width:400px; height:300px;" name="members[]" size="15" multiple>
+   <select style="width:400px; height:300px;" id="members" name="members[]" size="15" multiple>
     {$members}
    </select>
    <br>
index 18c0e1831cc513a08739c2d3dbccd93fd4232bf9..38c057504923885548d1ae0d57ff87cb4f169eb8 100644 (file)
@@ -7,8 +7,8 @@
    <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Mail distribution list{/t}</h2>
    <table summary="">
     <tr>
-     <td>{t}Primary address{/t}{$must}</td>
-     <td><input name="mail" size=25 maxlength=65 {$mailACL} value="{$mail}" title="{t}Primary mail address for this distribution list{/t}"></td>
+     <td><LABEL for="mail">{t}Primary address{/t}</LABEL>{$must}</td>
+     <td><input id="mail" name="mail" size=25 maxlength=65 {$mailACL} value="{$mail}" title="{t}Primary mail address for this distribution list{/t}"></td>
     </tr>
    </table>
   </td>