Code

Invalid repository settings fixed.
[gosa.git] / plugins / addons / ldapmanager / contentexport.tpl
index a79320f20b3680e6d9c5069db17cf4e4f5e03993..de528d68203385fa8ca5bc9a5056e0be2fb4caac 100644 (file)
@@ -4,16 +4,13 @@
 </p>
 <p class="seperator">&nbsp;</p>
 
-<table style="width:100%;">
-<div>
-
-<table>
+<table summary="" style="width:100%;">
 <tr>
        <td width="30%">
-               {t}Export single entry{/t}
+               <LABEL for="text" >{t}Export single entry{/t}</LABEL>
        </td>
        <td>
-               <input type="text" value="" name="single">
+               <input id="text" type="text" value="" name="single">
        </td>
        <td>
                <input type="submit" value="{t}Export{/t}" name="sfrmgetsingle">
 </tr>
 <tr>
        <td width="30%">
-               {t}Export complete LDIF for{/t}
+               <LABEL for="selfull">{t}Export complete LDIF for{/t}</LABEL>
        </td>
        <td>
-               <select name="selfull" size="1" title="{t}Choose the department you want to Export{/t}">
+               <select id="selfull" name="selfull" size="1" title="{t}Choose the department you want to Export{/t}">
                        {html_options options=$deplist selected=0}
                </select>
        </td>
 {if $govmode eq "true"}
 <tr>
        <td width="30%">
-               {t}Export IVBB LDIF for{/t}
+               <LABEL for="selivbb">{t}Export IVBB LDIF for{/t}</LABEL>
        </td>
        <td>
-               <select name="selivbb" size="1" title="{t}Choose the department you want to Export{/t}">
+               <select id="selivbb" name="selivbb" size="1" title="{t}Choose the department you want to Export{/t}">
                        {html_options options=$deplist selected=$depselectivbb}
                </select>
        </td>
@@ -49,7 +46,6 @@
 </tr>
 {/if}
 </table> 
-</div>
 
 
 {else}
@@ -59,7 +55,7 @@
        <h1>{t}Export successful{/t}</h1>
 <br>
        <div>
-               <img border="0" align=center src="images/filesaveas.png">
+               <img alt="" border="0" align=middle src="images/filesaveas.png">
                <a href = "getldif.php{$para}" title="{t}Click here to save the complete LDAP database to a file{/t} ">{t}Click here to save the LDAP Export {/t}</a>