Code

added alt tag, and changed center to middle ^^ (funny it is everywhere defined as...
[gosa.git] / plugins / personal / posix / posix_groups.tpl
1 <table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top;">
4    <div class="contentboxh" style="height:20px;">
5     <p class="contentboxh" style="font-size:12px">
6      <b>{t}Select groups to add{/t} {$hint}</b>
7     </p>
8    </div>
9    <div class="contentboxb">
10     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
11      <select style="width:500px; height:450px; margin-top:4px;" name="groups[]" size=15" multiple>
12         {html_options options=$groups}
13      </select>
14      <input type=hidden name="edit_helper">
15     </p>
16    </div>
17   </td>
18   <td style="vertical-align:top;">
19    <div class="contentboxh" style="height:20px;">
20     <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
21    </div>
22    <div class="contentboxb" style="background-color:#F8F8F8">
23     <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
24      <table style="width:100%;">
25       {$alphabet}
26      </table>
27     </p>
28     <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
29     <input type=checkbox name="primarygroups" value="1" {$primarygroups} onClick="mainform.submit()" title="{t}Select to see groups that are primary groups of users{/t}">{t}Show primary groups{/t}<br>
30     <input type=checkbox name="sambagroups" value="1" {$sambagroups} onClick="mainform.submit()" title="{t}Select to see groups that have samba groups mappings{/t}">{t}Show samba groups{/t}<br>
31     <input type=checkbox name="appgroups" value="1" {$appgroups} onClick="mainform.submit()" title="{t}Select to see groups that have applications configured{/t}">{t}Show application groups{/t}<br>
32     <input type=checkbox name="mailgroups" value="1" {$mailgroups} onClick="mainform.submit()" title="{t}Select to see groups that have mail settings{/t}">{t}Show mail groups{/t}<br>
33     <input type=checkbox name="functionalgroups" value="1" {$functionalgroups} onClick="mainform.submit()" title="{t}Select to see normal groups that have only functional aspects{/t}">{t}Show functional groups{/t}
34  </p>
35     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
36     <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=center>&nbsp;{t}Display groups of department{/t}</td>
37     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
38       {html_options options=$deplist selected=$depselect}
39     </select></td></tr></table>
40     </p>
41     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
42     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display groups matching{/t}</td>
43     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()"></td></tr></table>
44     </p>
45     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
46     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display groups of user{/t}</td>
47     <td><input type='text' name='guser' maxlength='20' value='{$guser}' title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()"></td></tr></table>
48    </p>
49    {$apply}
50    </div>
51   </td>
52 </tr>
53 </table>
55 <p class="plugbottom">
56   <input type=submit name="add_groups_finish" value="{t}Add{/t}">
57   &nbsp;
58   <input type=submit name="add_groups_cancel" value="{t}Cancel{/t}">
59 </p>