Code

Added Label tag
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jul 2005 13:08:20 +0000 (13:08 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jul 2005 13:08:20 +0000 (13:08 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@958 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/addons/ldapmanager/contentcsv.tpl
plugins/addons/ldapmanager/contentexport.tpl

index 9b40f6defc43e47d2cbeaf8f820aeba5da628923..906601393347eac59898d32503ca10b5677f51a2 100644 (file)
        </tr>
        <tr>
                <td>
-               {t}Select template{/t}
+               <LABEL for="template">{t}Select template{/t}</LABEL>
                </td>
                <td>
-               <select name="template" size="1" title="">
+               <select id="template" name="template" size="1" title="">
                        {html_options options=$templates selected=""}   
                </select>
                </td>
index 26db8649ac13a312302bb562f765728564619192..de528d68203385fa8ca5bc9a5056e0be2fb4caac 100644 (file)
@@ -7,10 +7,10 @@
 <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>