summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a73bc0)
raw | patch | inline | side by side (parent: 4a73bc0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jul 2005 13:08:20 +0000 (13:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jul 2005 13:08:20 +0000 (13:08 +0000) |
plugins/addons/ldapmanager/contentcsv.tpl | patch | blob | history | |
plugins/addons/ldapmanager/contentexport.tpl | patch | blob | history |
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>
diff --git a/plugins/addons/ldapmanager/contentexport.tpl b/plugins/addons/ldapmanager/contentexport.tpl
index 26db8649ac13a312302bb562f765728564619192..de528d68203385fa8ca5bc9a5056e0be2fb4caac 100644 (file)
<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>