Code

Corrected and added Translation Strings.
[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      {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                 <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 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}
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         <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">     
45                 <tr>
46                         <td>
47         <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>
48     <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>
49     <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>
50     <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>
51     <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}<br>
52             </td>
53         </tr>
54     </table>
56     
57     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
58         <tr>
59             <td>
60                 <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>
61                         </td>
62                 </tr>
63         </table>
64         
65     <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>
66     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
67       {html_options options=$deplist selected=$depselect}
68     </select></td></tr></table>
69     <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>
70     <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>
71     <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 of user{/t}</td>
72     <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>
73    {$apply}
74    </div>
75   </td>
76 </tr>
77 </table>
79 <input type="hidden" name="ignore">