Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / plugins / personal / posix / posix_groups.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" style="height:20px;">
5                         <p class="contentboxh" style="font-size:12px">
6                                 <b>{t}Select groups to add{/t} {$hint}</b>
7                                 </p>
8                         </div>
9                         <div class="contentboxb" style="">
10                         <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
11                                         <select style="width:100%; height:430px; margin-top:4px;" name="groups[]" size="15" multiple>
12                                                 {html_options options=$groups}
13                                         </select>
14                                 <input type=hidden name="edit_helper">
15                         </p>
16                         </div>
17                 </td>
18                 <td style="vertical-align:top; width:350px;">
19                         <div class="contentboxh" style="height:20px;">
20                         <p class="contentboxh" style="font-size:12px">
21                                         <img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b>
22                                 </p>
23                         </div>
24                         <div class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
25                         <table summary="" style="width:100%;">
26                                 {$alphabet}
27                         </table>
29                                 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
30                                         <tr>
31                                                 <td width="50%">
32                                                         <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display groups of department{/t}
33                                                 </td>
34                                                 <td>
35                                                         <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
36                                                           {html_options options=$deplist selected=$depselect}
37                                                         </select>
38                                                 </td>
39                                         </tr>
40                                 </table>
41                                 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
42                                         <tr>
43                                                 <td width="50%">
44                                                         <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups matching{/t}
45                                                 </td>
46                                                 <td>
47                                                         <input type='text' name='regex' maxlength='20' value='{$regex}' 
48                                                                 title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
49                                                 </td>
50                                         </tr>
51                                 </table>
52                                 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
53                                         <tr>
54                                                 <td width="50%">
55                                                         <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups of user{/t}
56                                                 </td>
57                                                 <td>
58                                                         <input type='text' name='guser' maxlength='20' value='{$guser}' 
59                                                                 title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
60                                                 </td>
61                                         </tr>
62                                 </table>
63                                 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
64                     <tr>
65                                                 <td>
66                                                         <input type="checkbox" name="SubSearch" value="1" {$SubSearchCHK}
67                                                                 onClick="mainform.submit();">
68                                                         {t}Search in subtrees{/t}
69                                                 </td>
70                                         </tr>
71                 </table>
72                            {$apply}
73                         </div>
74                 </td>
75         </tr>
76 </table>
77 <input type="hidden" value="1" name="PosixGroupDialogPosted">
78 <p class="plugbottom">
79   <input type=submit name="add_groups_finish" value="{msgPool type=addButton}">
80   &nbsp;
81   <input type=submit name="add_groups_cancel" value="{msgPool type=cancelButton}">
82 </p>