Code

Created auto convert script for button/image-buttons/images
[gosa.git] / 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     {image path="{$launchimage}" align="right"}
22     <b>{t}Filters{/t}</b>
23     </p>
24    </div>
25    <div class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
26     <table summary="" style="width:100%;">
27      {$alphabet}
28     </table>
29     
30     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
31      <tr>
32       <td width="50%">
33        {image path="{$tree_image}"}&nbsp;{t}Display groups of department{/t}
34        
35       </td>
36       <td>
37        <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
38         {html_options options=$deplist selected=$depselect}
39        </select>
40       </td>
41      </tr>
42     </table>
43     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
44      <tr>
45       <td width="50%">
46        {image path="{$search_image}"}&nbsp;{t}Display groups matching{/t}
47        
48       </td>
49       <td>
50        <input type='text' name='regex' maxlength='20' value='{$regex}' 
51        title='{t}Regular expression for matching group names{/t}' onChange="mainform.submit()">
52       </td>
53      </tr>
54     </table>
55     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
56      <tr>
57       <td width="50%">
58        {image path="{$search_image}"}&nbsp;{t}Display groups of user{/t}
59        
60       </td>
61       <td>
62        <input type='text' name='guser' maxlength='20' value='{$guser}' 
63        title='{t}User name of which groups are shown{/t}' onChange="mainform.submit()">
64       </td>
65      </tr>
66     </table>
67     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
68      <tr>
69       <td>
70        <input type="checkbox" name="SubSearch" value="1" {$SubSearchCHK}
71        onClick="mainform.submit();">
72        {t}Search in subtrees{/t}
73       </td>
74      </tr>
75     </table>
76     {$apply}
77    </div>
78   </td>
79  </tr>
80 </table>
81 <input type="hidden" value="1" name="PosixGroupDialogPosted">
82 <p class="plugbottom">
83 <button type='submit' name='add_groups_finish'>{msgPool type=addButton}</button>
85 &nbsp;
86 <button type='submit' name='add_groups_cancel'>{msgPool type=cancelButton}</button>
88 </p>