Code

Updated password change for csvimport
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / contentimport.tpl
index c8df7788585e09a5fbcff58eec897b225992a815..d2f9a7bcf3e8909afa0a8c3bb6d73ecefa7ea549 100644 (file)
@@ -1,6 +1,13 @@
+<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}
+  {t}The LDIF import plug-in 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 LDIF for GOsa conformance.{/t}
 </p>
 
 <hr>
@@ -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>
 {else}
 
 <br>
-    <h1>{t}Import successful{/t}</h1>
+    <h3>{t}Import successful{/t}</h3>
 <br>
 
 <div align="right">
-               <input type="submit" value="{msgPool type=backButton}" name='back'>
+               <button type='submit' name='back'>{msgPool type=backButton}</button>
+
 </div>
                
 {/if}
-<p class="plugbottom">
-<input type="submit" value="{t}Import{/t}" name="fileup" >
-</p>
+
+<hr>
+<div class="plugin-actions">
+  <button type='submit' name='fileup'>{t}Import{/t}</button>
+
+</div>
+
 <input type="hidden" name="ignore">
+-->