Code

Updated import
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / contentimport.tpl
index 26f5176a082d9d365c79529f1110b8bdaa6c5580..b83b3ef90d118d6a9f6a2dc8405a423783ce9c05 100644 (file)
@@ -1,3 +1,10 @@
+<font color='red'>Temporary disabled</font>
+<!--
+
+
+
+
+
 {if $type == FALSE || $LDIFError != FALSE}
 <p style="margin-top:5px;">
   {t}The LDIF import plugin provides methods to upload a set of entries to your running LDAP directory as ldif. You may use this to add new or modify existing entries. Remember that GOsa will not check your ldifs for GOsa conformance.{/t}
@@ -20,7 +27,7 @@
                &nbsp;
        </td>
        <td>
-<!--        <input type="checkbox" name="overwrite" value="1" id="overwrite">-->
+    <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>
 <br>
 
 <div align="right">
-               <input type="submit" value="{msgPool type=backButton}" name='back'>
+               <button type='submit' name='back'>{msgPool type=backButton}</button>
+
 </div>
                
 {/if}
 
 <hr>
 <div class="plugin-actions">
-  <input type="submit" value="{t}Import{/t}" name="fileup" >
+  <button type='submit' name='fileup'>{t}Import{/t}</button>
+
 </div>
 
 <input type="hidden" name="ignore">
+-->