Code

Invalid repository settings fixed.
[gosa.git] / plugins / addons / ldapmanager / contentexport.tpl
index c86bc7aa0787613f2ebd06d9a8f98195e306c218..de528d68203385fa8ca5bc9a5056e0be2fb4caac 100644 (file)
@@ -4,13 +4,13 @@
 </p>
 <p class="seperator">&nbsp;</p>
 
-<table style="width:100%;">
+<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>