Code

3a487274e7495afe8a150b894a6bcbabee8ba762
[gosa.git] / 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:400px;">
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>
44                                                         <input type="checkbox" name="SubSearch" value="1" {$SubSearchCHK}
45                                                                 onClick="mainform.submit();">
46                                                         {t}Search in subtrees{/t}
47                                                 </td>
48                                         </tr>
49                 </table>
50                                 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
51                                         <tr>
52                                                 <td width="50%">
53                                                         <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups matching{/t}
54                                                 </td>
55                                                 <td>
56                                                         <input type='text' name='regex' maxlength='20' value='{$regex}' 
57                                                                 title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
58                                                 </td>
59                                         </tr>
60                                 </table>
61                                 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
62                                         <tr>
63                                                 <td width="50%">
64                                                         <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups of user{/t}
65                                                 </td>
66                                                 <td>
67                                                         <input type='text' name='guser' maxlength='20' value='{$guser}' 
68                                                                 title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
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="{t}Add{/t}">
80   &nbsp;
81   <input type=submit name="add_groups_cancel" value="{t}Cancel{/t}">
82 </p>