Code

Fixed typos and inaccuracies
[gosa.git] / plugins / admin / ogroups / ogroup_objects.tpl
1 <table 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 objects to add{/t} {$hint}</b>
7     </p>
8    </div>
9    <div class="contentboxb">
10     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
11      <select style="width:500px; height:450px; margin-top:4px;" name="objects[]" size=15" multiple>
12       {$objects}
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">
23     <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
24      <table style="width:100%;">
25       {$alphabet}
26      </table>
27     </p>
28     <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
29     <input type=checkbox name="departments" value="1" {$departments} onClick="mainform.submit()" title="{t}Select to see departments{/t}">{t}Show departments{/t}<br>
30     <input type=checkbox name="accounts" value="1" {$accounts} onClick="mainform.submit()" title="{t}Select to see GOsa accounts{/t}">{t}Show people{/t}<br>
31     <input type=checkbox name="groups" value="1" {$groups} onClick="mainform.submit()" title="{t}Select to see GOsa groups{/t}">{t}Show groups{/t}<br>
32     <input type=checkbox name="applications" value="1" {$applications} onClick="mainform.submit()" title="{t}Select to see applications{/t}">{t}Show applications{/t}<br>
33     <input type=checkbox name="servers" value="1" {$servers} onClick="mainform.submit()" title="{t}Select to see servers{/t}">{t}Show servers{/t}<br>
34     <input type=checkbox name="workstations" value="1" {$workstations} onClick="mainform.submit()" title="{t}Select to see workstations{/t}">{t}Show workstations{/t}<br>
35     <input type=checkbox name="terminals" value="1" {$terminals} onClick="mainform.submit()" title="{t}Select to see terminals{/t}">{t}Show terminals{/t}<br>
36     <input type=checkbox name="printers" value="1" {$printers} onClick="mainform.submit()" title="{t}Select to see printers{/t}">{t}Show printers{/t}<br>
37     <input type=checkbox name="phones" value="1" {$phones} onClick="mainform.submit()" title="{t}Select to see phones{/t}">{t}Show phones{/t}<br>
38  </p>
39     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
40     <table width="100%"><tr><td width="50%"><img src="{$tree_image}" align=center>&nbsp;{t}Display objects of department{/t}</td>
41     <td><select name="dselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
42       {html_options options=$deplist selected=$dselect}
43     </select></td></tr></table>
44     </p>
45     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
46     <table width="100%"><tr><td width="50%"><img src="{$search_image}" align=center>&nbsp;{t}Display objects matching{/t}</td>
47     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching object names{/t}' onChange="mainform.submit()"></td></tr></table>
48     </p>
49    {$apply}
50    </div>
51   </td>
52 </tr>
53 </table>
55 <p class="plugbottom">
56   <input type=submit name="add_object_finish" value="{t}Add{/t}">
57   &nbsp;
58   <input type=submit name="add_object_cancel" value="{t}Cancel{/t}">
59 </p>