Code

Invalid repository settings fixed.
[gosa.git] / plugins / addons / ldapmanager / contentimport.tpl
index b34101ceacf65c22182ce2433009508635c07a8e..663666e09081b55c00b858e130a04698bc546e10 100644 (file)
@@ -4,15 +4,15 @@
 </p>
 
 <p class="seperator">&nbsp;</p>
-<table>
+<table summary="">
 <tr>
     <td width="30%">
-               {t}Import LDIF File{/t}
+               <LABEL for="userfile">{t}Import LDIF File{/t}</LABEL>
     </td>
     <td>
                        <input type="hidden" name="ignore">
                        <input type="hidden" name="MAX_FILE_SIZE" value="2097152">
-                       <input name="userfile" type="file" value="{t}Browse{/t}">
+                       <input name="userfile" id="userfile" type="file" value="{t}Browse{/t}">
     </td>
 </tr>
 <tr>
                &nbsp;
        </td>
        <td>
-        <input type="checkbox" name="overwrite" value="1">
-               {t}Modify existing attributes{/t}
-       </td>
-</tr>
-<tr>
-       <td height="20">
+        <input type="checkbox" name="overwrite" value="1" id="overwrite">
+               <LABEL for="overwrite">{t}Modify existing attributes{/t}</LABEL>
        </td>
 </tr>
 <tr>
@@ -33,8 +29,8 @@
                &nbsp;
        </td>
        <td>
-        <input type="checkbox" name="cleanup" value="1">
-               {t}Overwrite existing entry{/t}
+        <input type="checkbox" name="cleanup" value="1" id="cleanup">
+               <LABEL for="cleanup">{t}Overwrite existing entry{/t}</LABEL>
        </td>
 </tr>
 </table>