Code

6a7b7fdd37922e89013e6fbdb0e4de95e9b90e00
[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]"><LABEL for='filter'>{t}Filters{/t}</LABEL></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 width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;
66                                 <LABEL for="regex">{t}Display groups matching{/t}</LABEL>
67                         </td>
68                 <td>
69                                 <input type='text' id="regex" name='regex' maxlength='20' value='{$regex}' id='filter' 
70                                         title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
71                         </td>
72                 </tr>
73         </table>
74     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
75                 <tr>
76                         <td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;
77                                 <LABEL for="guser">{t}Display groups of user{/t}</LABEL>
78                         </td>
79                 <td>
80                                 <input id="guser" type='text' name='guser' maxlength='20' value='{$guser}' 
81                                         title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
82                         </td>
83                 </tr>
84         </table>
85    {$apply}
86    </div>
87   </td>
88 </tr>
89 </table>
91 <input type="hidden" name="ignore">