Code

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