summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d4b6c4)
raw | patch | inline | side by side (parent: 5d4b6c4)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 10:28:43 +0000 (10:28 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jul 2005 10:28:43 +0000 (10:28 +0000) |
plugins/addons/ldapmanager/contentcsv.tpl | patch | blob | history | |
plugins/admin/groups/acl.tpl | patch | blob | history | |
plugins/personal/samba/samba3_workstations.tpl | patch | blob | history |
index 906601393347eac59898d32503ca10b5677f51a2..956bc703ac675cde8a2bbbca3debd500e0c3e62c 100644 (file)
<table summary="">
<tr>
<td>
- {t}Select CSV file to import{/t}
+ <LABEL for="userfile">{t}Select CSV file to import{/t}<LABEL>
</td>
<td>
<input type="hidden" name="MAX_FILE_SIZE" value="2097152">
- <input name="userfile" type="file" value="{t}Browse{/t}">
+ <input id="userfile" name="userfile" type="file" value="{t}Browse{/t}">
</td>
</tr>
<tr>
index 0cf338b74d8782f4b69be5f6ab956d5a224c4841..10c6f524466eaa4b3d7789cbdc46c0c01db67577 100644 (file)
<table summary="" width="100%">
<tr>
<td>
- <b>{t}Object{/t}</b>
+ <b><LABEL for="object">{t}Object{/t}</LABEL></b>
</td>
<td>
- <select size="1" name="object" onChange="mainform.submit()">
+ <select size="1" id="object" name="object" onChange="mainform.submit()">
{html_options options=$objects selected=$object}
</select>
{/if}
</td>
<td>
- <input type=checkbox name="selfflag" value="1" {$selfflag}>
- {t}Apply this acl only for users own entries{/t}
+ <input type=checkbox name="selfflag" id="selfflag" value="1" {$selfflag}>
+ <LABEL for="selfflag">{t}Apply this acl only for users own entries{/t}</LABEL>
</td>
</tr>
</table>
diff --git a/plugins/personal/samba/samba3_workstations.tpl b/plugins/personal/samba/samba3_workstations.tpl
index 6ab810187e032ae65b10a7ab88d8674fc984f1fd..e3987d2f146e532750dff8d0867859060adb0336 100644 (file)
<td style="vertical-align:top;">
<div class="contentboxh" style="height:20px;">
<p class="contentboxh" style="font-size:12px">
- <b>{t}Select workstations to add{/t} {$hint}</b><br>
+ <b><LABEL for="wslist">{t}Select workstations to add{/t}</LABEL> {$hint}</b><br>
</p>
</div>
<div class="contentboxb">
<p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <select style="width:500px; margin-top:4px; height:450px;" name="wslist[]" size="15" multiple>
+ <select id="wslist" style="width:500px; margin-top:4px; height:450px;" name="wslist[]" size="15" multiple>
{html_options values=$wslist output=$wslist}
</select>
</p>
</td>
<td style="vertical-align:top;">
<div class="contentboxh" style="height:20px;">
- <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{
-t}Filters{/t}</b></p>
+ <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]">
+ <b>{t}Filters{/t}</b></p>
</div>
<div class="contentboxb">
<table summary="" style="width:100%;border-top:1px solid #B0B0B0;background-color:#F8F8F8">