Code

Starting move
[gosa.git] / gosa-core / plugins / admin / groups / mail_admins.tpl
1 <table summary="" style="width:100%;">
2  <tr>
3   <td style="width:45%; vertical-align:top;">
4   <LABEL for="admins"> {t}Folder administrators{/t}</LABEL>
5    <br>
6    <select id="admins" style="width:380px; height:300px;" name="admins[]" size=15 multiple>
7     {html_options options=$admins}
8    </select>
9   </td>
11   <td style="width:10%; vertical-align:middle; text-align:center;">
12    <input type=submit name="add_users" value="&larr;" style="width:50px;">
13    <br>
14    <br>
15    <input type=submit name="del_users" value="&rarr;" style="width:50px;">
16   </td>
18   <td style="width:45%; vertical-align:top;">
19    <br>
20    <select style="width:380px; height:275px;" name="users[]" size=15 multiple>
21     {html_options options=$mailusers}
22    </select>
23    <br>
24         <LABEL for="department">{t}Select a specific department{/t}</LABEL>:
25    <select id="department" name="department" size=1 onChange="mainform.submit()">
26     {html_options options=$departments selected=$department}
27    </select>
29    {if $javascript ne "true"}
30    <input type=submit name="goButton" value="{t}Choose{/t}">
31    {/if}
32   </td>
33  </tr>
34 </table>
36 <p class="plugbottom">
37  <input type=submit name="edit_admins_finish" value="{t}Apply{/t}">
38  &nbsp;
39  <input type=submit name="edit_admins_cancel" value="{t}Cancel{/t}">
40 </p>