Code

Moved to trunk/branches/tags structure
[gosa.git] / plugins / admin / groups / headpage.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">
5     <p class="contentboxh">
6      {t}List of groups{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10     <p class="contentboxb">
11      <select style="width:500px; height:450px;" name="grouplist" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
12       {html_options options=$grouplist}
13     </select>
14     <br>
15     <input type=submit value="{t}New{/t}..." name="new_group">&nbsp;
16     <input type=submit value="{t}Edit{/t}" name="select_group">&nbsp;
17     <input type=submit value="{t}Delete{/t}" name="delete_group">&nbsp;
18     <input type=hidden name="edit_helper">
19    </p>
20   </div>
22   </td>
23   <td style="vertical-align:top;">
24    <div class="contentboxh">
25     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
26    </div>
27    <div class="contentboxb">
28    <p class="contentboxb">
29      {t}This menu allows to add, edit or remove selected groups. You may want to use the range selector on top of the group listbox, when working with a large number of groups.{/t}
30     </p>
31     <p class="contentboxb">
32       {t}-Edit- and -New group- will execute an assistant to aid you in editing group properties.-Delete- will ask for confirmation before removing groups.{/t}
33     </p>
34    </div>
35    <br>
36    <div class="contentboxh">
37     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
38    </div>
39    <div class="contentboxb">
40     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
41      <table style="width:100%;">
42       {$alphabet}
43      </table>
44     </p>
45     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
46     <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>
47     <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>
48     <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>
49     <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>
50     <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}
51     </p>
52     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
53     <input type=checkbox name="subsearch" value="1" {$subsearch} onClick="mainform.submit()" title="{t}Dive into LDAP subtrees when searching{/t}">{t}Search in subtrees{/t}<br>
54     </p>
55     <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
56     <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=center>&nbsp;{t}Display groups of department{/t}</td>
57     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
58       {html_options options=$deplist selected=$depselect}
59     </select></td></tr></table>
60     </p>
61     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
62     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display groups matching{/t}</td>
63     <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>
64     </p>
65     <p class="contentboxb" style="border-top:1px solid #B0B0B0">
66     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display groups of user{/t}</td>
67     <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>
68    </p>
69    {$apply}
70    </div>
71   </td>
72 </tr>
73 </table>
75 <input type="hidden" name="ignore">