Code

Updated import
[gosa.git] / gosa-plugins / ldapmanager / addons / ldapmanager / contentcsv.tpl
index c7cb99731f32aec7521ed87c1800d4721b6bd6ba..f8059707b1548b386cfcfe485663e2f1ff04560a 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}
 </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>
@@ -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}
 
 <hr>
 <div class="plugin-actions">
   {if $fileup != TRUE}
-    <input type="submit" value="{t}Import{/t}" name="fileup" >
+    <button type='submit' name='fileup'>{t}Import{/t}</button>
+
   {else}
     {if $sorted == FALSE}
       <input name="sorted" value="{t}Import{/t}" type ="submit">
     {else}
-      <input type=submit name="back{$plug}" value="{msgPool type=backButton}">
+      <button type='submit' name='back{$plug}'>{msgPool type=backButton}</button>
+
     {/if}
   {/if}
 </div>
 <input type="hidden" name="ignore">
+-->