summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b606dc0)
raw | patch | inline | side by side (parent: b606dc0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jul 2005 13:54:11 +0000 (13:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 18 Jul 2005 13:54:11 +0000 (13:54 +0000) |
plugins/admin/groups/mail_admins.tpl | patch | blob | history |
index fd21d92f029930a285a26c426b8d972eb8e4ec15..8c95cb0d06c5b28fb868597118adeb14b28d0be3 100644 (file)
<table summary="" style="width:100%;">
<tr>
<td style="width:45%; vertical-align:top;">
- {t}Folder administrators{/t}
+ <LABEL for="admins"> {t}Folder administrators{/t}</LABEL>
<br>
- <select style="width:380px; height:300px;" name="admins[]" size=15 multiple>
+ <select id="admins" style="width:380px; height:300px;" name="admins[]" size=15 multiple>
{html_options options=$admins}
</select>
</td>
{html_options options=$mailusers}
</select>
<br>
- {t}Select a specific department{/t}:
- <select name="department" size=1 onChange="mainform.submit()">
+ <LABEL for="department">{t}Select a specific department{/t}</LABEL>:
+ <select id="department" name="department" size=1 onChange="mainform.submit()">
{html_options options=$departments selected=$department}
</select>