Code

Removed obsolete filter setting
[gosa.git] / plugins / admin / ogroups / 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      {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       {$groups}
13          <option disabled>&nbsp;</option> 
14     </select>
15     <br>
16     <input type=submit value="{t}New{/t}..." name="new_group">&nbsp;
17     <input type=submit value="{t}Edit{/t}" name="select_group">&nbsp;
18     <input type=submit value="{t}Delete{/t}" name="delete_group">&nbsp;
19     <input type=hidden name="edit_helper">
20    </p>
21   </div>
23   </td>
24   <td style="vertical-align:top;">
25    <div class="contentboxh">
26     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
27    </div>
28    <div class="contentboxb">
29    <p class="contentboxb">
30      {t}This menu allows you 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}
31     </p>
32     <p class="contentboxb">
33       {t}-Edit- and -New...- will execute an assistant to aid you in editing group properties. -Delete- will ask for confirmation before removing groups.{/t}
34     </p>
35    </div>
36    <br>
37    <div class="contentboxh">
38     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
39    </div>
40    <div class="contentboxb">
41      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
42       {$alphabet}
43      </table>
44     
45 <table summary=""  style="width:100%;border-top:1px solid #B0B0B0;"> 
46         <tr>
47                 <td>
48     <input type=checkbox name="usergroups" value="1" {$usergroups} onClick="mainform.submit()">{t}Show groups containing users{/t}<br>
49     <input type=checkbox name="groupgroups" value="1" {$groupgroups} onClick="mainform.submit()">{t}Show groups containing groups{/t}<br>
50     <input type=checkbox name="appgroups" value="1" {$appgroups} onClick="mainform.submit()">{t}Show groups containing applications{/t}<br>
51     <input type=checkbox name="depgroups" value="1" {$depgroups} onClick="mainform.submit()">{t}Show groups containing departments{/t}<br>
52     <input type=checkbox name="servergroups" value="1" {$servergroups} onClick="mainform.submit()">{t}Show groups containing servers{/t}<br>
53     <input type=checkbox name="wsgroups" value="1" {$wsgroups} onClick="mainform.submit()">{t}Show groups containing workstations{/t}<br>
54     <input type=checkbox name="tcgroups" value="1" {$tcgroups} onClick="mainform.submit()">{t}Show groups containing terminals{/t}<br>
55     <input type=checkbox name="prtgroups" value="1" {$prtgroups} onClick="mainform.submit()">{t}Show groups containing printers{/t}<br>
56                 </td>
57         </tr>
58 </table>    
60     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display groups of department{/t}</td>
61     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
62       {html_options options=$deplist selected=$depselect}
63     </select></td></tr></table>
64     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups matching{/t}</td>
65     <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>
66    {$apply}
67    </div>
68   </td>
69 </tr>
70 </table>
72 <input type="hidden" name="ignore">