Code

Updated copy & Paste vars for posix account
[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="width:610px; 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="width:610px;">
10     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
11      <select style="width:600px; height:450px; 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;">
19    <div class="contentboxh" style="height:20px;">
20     <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
21    </div>
22    <div class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
23      <table summary="" style="width:100%;">
24       {$alphabet}
25      </table>
26     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
27                 <tr>
28                         <td width="50%">
29                                 <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display groups of department{/t}
30                         </td>
31                 <td>
32                                 <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
33                               {html_options options=$deplist selected=$depselect}
34                             </select>
35                         </td>
36                 </tr>
37         </table>
38     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
39                 <tr>
40                         <td width="50%">
41                                 <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups matching{/t}
42                         </td>
43                     <td>
44                                 <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
45                         </td>
46                 </tr>
47         </table>
48     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
49                 <tr>
50                         <td width="50%">
51                                 <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display groups of user{/t}
52                         </td>
53                 <td>
54                                 <input type='text' name='guser' maxlength='20' value='{$guser}' title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
55                         </td>
56                 </tr>
57         </table>
58    {$apply}
59    </div>
60   </td>
61 </tr>
62 </table>
64 <p class="plugbottom">
65   <input type=submit name="add_groups_finish" value="{t}Add{/t}">
66   &nbsp;
67   <input type=submit name="add_groups_cancel" value="{t}Cancel{/t}">
68 </p>