Code

Check just the attribute we want to access, actually
[gosa.git] / plugins / addons / ldapmanager / contentimport.tpl
index 297b9d8f4d553e0c9061b434b4c7a368581b706c..b7d5afc8d6215da823feb9385cb90e8cb2fd6469 100644 (file)
@@ -4,9 +4,9 @@
 </p>
 
 <p class="seperator">&nbsp;</p>
-<table summary="">
+<table summary="" width="100%">
 <tr>
-    <td width="30%">
+    <td width="180">
                <LABEL for="userfile">{t}Import LDIF File{/t}</LABEL>
     </td>
     <td>
@@ -20,8 +20,9 @@
                &nbsp;
        </td>
        <td>
-        <input type="checkbox" name="overwrite" value="1" id="overwrite">
-               <LABEL for="overwrite">{t}Modify existing attributes{/t}</LABEL>
+<!--        <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>
@@ -30,7 +31,7 @@
        </td>
        <td>
         <input type="checkbox" name="cleanup" value="1" id="cleanup">
-               <LABEL for="cleanup">{t}Overwrite existing entry{/t}</LABEL>
+               <LABEL for="cleanup">{t}Remove existing entries first{/t}</LABEL>
        </td>
 </tr>
 </table>
@@ -41,7 +42,7 @@
 <br>
 
 <div align="right">
-               <input type="submit" value="{t}back{/t}" name='back'>
+               <input type="submit" value="{t}Back{/t}" name='back'>
 </div>
                
 {/if}