Code

Added mailqueue acls
[gosa.git] / plugins / admin / groups / headpage.tpl
1 <table summary="" 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      <label for="grouplist">{t}List of groups{/t}</label> {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10       {$grouplisthead}
11   </div>
12   <div style='height:4px;'></div>
13   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14       {$grouplist}
15     <input type=hidden name="edit_helper">
16   </div>
18   </td>
19   <td style="vertical-align:top;">
20    <div class="contentboxh">
21     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
22    </div>
23    <div class="contentboxb">
24    <p class="contentboxb">
25      {t}This menu allows you to add, edit and 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}
26     </p>
27    </div>
28    <br>
29    <div class="contentboxh">
30     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
31    </div>
32    <div class="contentboxb">
33      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
34       {$alphabet}
35      </table>
36         <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">     
37                 <tr>
38                         <td>
39         <input type="checkbox" id="primarygroups" name="primarygroups" value="1" {$primarygroups} onClick="mainform.submit()" 
40                         title="{t}Select to see groups that are primary groups of users{/t}">
41                 <label for="primarygroups">{t}Show primary groups{/t}</label>
42                 <br />
43     <input type='checkbox' id="sambagroups" name="sambagroups" value="1" {$sambagroups} onClick="mainform.submit()" 
44                 title="{t}Select to see groups that have samba groups mappings{/t}">
45                 <label for="sambagroups">{t}Show samba groups{/t}</label>
46                 <br />
47     <input type='checkbox' id="appgroups" name="appgroups" value="1" {$appgroups} onClick="mainform.submit()" 
48                 title="{t}Select to see groups that have applications configured{/t}">
49                 <label for="appgroups">{t}Show application groups{/t}</label>
50                 <br />
51     <input type='checkbox' id="mailgroups" name="mailgroups" value="1" {$mailgroups} onClick="mainform.submit()" 
52                 title="{t}Select to see groups that have mail settings{/t}">
53                 <label for="mailgroups">{t}Show mail groups{/t}</label>
54                 <br />
55     <input type='checkbox' id="functionalgroups" name="functionalgroups" value="1" {$functionalgroups} onClick="mainform.submit()" 
56                 title='{t}Select to see normal groups that have only functional aspects{/t}'>
57                 <label for="functionalgroups">{t}Show functional groups{/t}</label>
58                 <br />
59             </td>
60         </tr>
61     </table>
63     <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;">
64                 <tr>
65                         <td><label for="regex"><img alt="{t}Display groups matching{/t}" src="{$search_image}" align="left"></label></td>
66                         <td style='width:99%'>
67                                 <input type='text' id="regex" name='regex' maxlength='20' style="width:99%;" value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
68                         </td>
69                 </tr>
70         </table>
71         <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
72                 <tr>
73                         <td><label for="guser"><img alt="{t}Display groups of user{/t}" src="{$searchu_image}" align="left"></label></td>
74                         <td style='width:99%'>
75                                 <input id="guser" type='text' name='guser' maxlength='20' style="width:99%;" value='{$guser}' 
76                                         title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
77                         </td>
78                 </tr>
79         </table>
80    {$apply}
81    </div>
82   </td>
83 </tr>
84 </table>
86 <input type="hidden" name="ignore">