Code

Updated ldifExport for plugin ldapManager
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / contentcsv.tpl
index f3b318b8a933c08ea806deadf16768369ae2ef5f..c9608b518e81d73fdc2389c73c871064b1f986cd 100644 (file)
@@ -1,10 +1,12 @@
+<font color='red'>Temporary disabled</font>
+<!--
 <p>
-  {t}The CSV import plugin provides methods to generate user accounts from a file containing Comma Seperated Values. The administrator can decide which columns should be transfered to which attribute. Note that you must have at least the UID, GIVENNAME and SURENAME set.{/t}
+  {t}The CSV import plug-in provides methods to generate user accounts from a file containing Comma Separated Values. The administrator can decide which columns should be transfered to which attribute. Note that you must have at least the UID, GIVENNAME and SURENAME set.{/t}
 </p>
-<p class="seperator">&nbsp;</p>
+<hr>
 
 {if $fileup != TRUE}
-<table summary="">
+<table summary="{t}CSV export{/t}">
        <tr>
                <td>
                        <LABEL for="userfile">{t}Select CSV file to import{/t}</LABEL>
@@ -33,7 +35,7 @@
     {if $error == FALSE}
         <b>{t}All entries have been written to the LDAP database successfully.{/t}</b>
     {else}
-        <b style="color:red">{t}Oups. There was an error during the import of your data.{/t}</b>
+        <b style="color:red">{t}There was an error during the import of your data.{/t}</b>
        {/if}
 
 <b>{t}Here is the status report for the import:{/t} </b>
@@ -41,7 +43,7 @@
 <br>
 
 
-       <table summary="" cellspacing="1" border=0 cellpadding="4"  bgcolor="#FEFEFE">
+       <table summary="{t}Status report{/t}" cellspacing="1" border=0 cellpadding="4"  bgcolor="#FEFEFE">
                <tr>
                        {foreach from=$head item=h}
                        <td bgcolor="#BBBBBB">
@@ -80,7 +82,7 @@
 <br><b>{t}Selected Template{/t}:</b> {$tpl}
 <br>
 <br>
-       <table summary="" cellspacing="1" border=0 cellpadding="4" bgcolor="#FEFEFE">
+       <table summary="{t}Template selection{/t}" cellspacing="1" border=0 cellpadding="4" bgcolor="#FEFEFE">
                <tr>
                        {foreach from=$data[0] item=item key=key}
                        <td bgcolor="#BBBBBB">
                
        </table>
 
-<!-- {html_table loop=$data cols=$anz table_attr='border="1"'}-->
+< ! - - {html_table loop=$data cols=$anz table_attr='border="1"'}- - >
 {/if}
-<p class="plugbottom">
-{if $fileup != TRUE}
-  <input type="submit" value="{t}Import{/t}" name="fileup" >
-{else}
-{if $sorted == FALSE}
-  <input name="sorted" value="{t}Import{/t}" type ="submit">
-{else}
-  <input type=submit name="back{$plug}" value="{msgPool type=backButton}">
-{/if}
-{/if}
-</p>
+
+<hr>
+<div class="plugin-actions">
+  {if $fileup != TRUE}
+    <button type='submit' name='fileup'>{t}Import{/t}</button>
+
+  {else}
+    {if $sorted == FALSE}
+      <input name="sorted" value="{t}Import{/t}" type ="submit">
+    {else}
+      <button type='submit' name='back{$plug}'>{msgPool type=backButton}</button>
+
+    {/if}
+  {/if}
+</div>
 <input type="hidden" name="ignore">
+-->