Code

Fixed group copy & paste
[gosa.git] / plugins / admin / groups / acl.tpl
index a26b008709897b07d787f03999070407f7479a47..10c6f524466eaa4b3d7789cbdc46c0c01db67577 100644 (file)
@@ -1,10 +1,10 @@
-<table width="100%">
+<table summary="" width="100%">
  <tr>
   <td>
-   <b>{t}Object{/t}</b>
+   <b><LABEL for="object">{t}Object{/t}</LABEL></b>
   </td>
   <td>
-   <select size="1" name="object" onChange="mainform.submit()">
+   <select size="1" id="object" name="object" onChange="mainform.submit()">
     {html_options options=$objects selected=$object}
    </select>
    &nbsp;
@@ -13,8 +13,8 @@
    {/if}
   </td>
   <td>
-   <input type=checkbox name="selfflag" value="1" {$selfflag}>
-   {t}Apply this acl only for users own entries{/t}
+   <input type=checkbox name="selfflag" id="selfflag" value="1" {$selfflag}>
+   <LABEL for="selfflag">{t}Apply this acl only for users own entries{/t}</LABEL>
   </td>
  </tr>
 </table>