Code

Removed comment
[gosa.git] / plugins / addons / ldapmanager / contentimport.tpl
index 97cc25ec26a766f47a707fc27c716f24e996031a..0e814fb289669c74b8fa344b0ff167082fb18437 100644 (file)
@@ -4,17 +4,15 @@
 </p>
 
 <p class="seperator">&nbsp;</p>
-<div>
-<form enctype="multipart/form-data" action="" method="post">
-<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 heigth="20">
+        <input type="checkbox" name="overwrite" value="1" id="overwrite">
+               <LABEL for="overwrite">{t}Modify existing attributes{/t}</LABEL>
        </td>
 </tr>
 <tr>
                &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>
-</div>
 {else}
 
 <br>
 <br>
 
 <div align="right">
-        <a href="">{t}Back{/t}</a>&nbsp;
+               <input type="submit" value="{t}Back{/t}" name='back'>
 </div>
                
 {/if}
 <p class="plugbottom">
 <input type="submit" value="{t}Import{/t}" name="fileup" >
-</form>
 </p>
 <input type="hidden" name="ignore">