Code

Check just the attribute we want to access, actually
[gosa.git] / plugins / addons / ldapmanager / contentimport.tpl
index b34101ceacf65c22182ce2433009508635c07a8e..b7d5afc8d6215da823feb9385cb90e8cb2fd6469 100644 (file)
@@ -4,15 +4,15 @@
 </p>
 
 <p class="seperator">&nbsp;</p>
-<table>
+<table summary="" width="100%">
 <tr>
-    <td width="30%">
-               {t}Import LDIF File{/t}
+    <td width="180">
+               <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">-->
+               <input type="radio" name="overwrite" value="1" checked>{t}Modify existing objects, keep untouched attributes{/t}<br>
+               <input type="radio" name="overwrite" value="0">{t}Overwrite existing objects, all not listed attributes will be removed{/t}
        </td>
 </tr>
 <tr>
@@ -33,8 +30,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}Remove existing entries first{/t}</LABEL>
        </td>
 </tr>
 </table>
@@ -45,7 +42,7 @@
 <br>
 
 <div align="right">
-        <a href="">{t}Back{/t}</a>&nbsp;
+               <input type="submit" value="{t}Back{/t}" name='back'>
 </div>
                
 {/if}