Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / plugins / admin / ogroups / ogroup_objects.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td style="vertical-align:top; width:600px;">
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:600px; 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      <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
24       {$alphabet}
25      </table>
26          <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
27                 {foreach from=$checkboxes item=item key=key}
28                         <input type='checkbox' {if $item.C} checked {/if} class="center" onClick="document.mainform.submit();" 
29                                         name="{$key}" value="1" title="{$item.T}">{$item.L}<br>
30                 {/foreach}
31          </p>
32  <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
33     <input type=checkbox name="subtrees" value="1" {$subtrees} onClick="mainform.submit()" title="{t}Select to search within subtrees{/t}">{t}Search in subtrees{/t}<br>
34  </p>
36     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle title="{t}Display objects of department{/t}">&nbsp;
37     <select name="dselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
38       {html_options options=$deplist selected=$dselect}
39     </select></td></tr></table>
40     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td style="width:18px"><img alt="" src="{$search_image}" align=middle title="{t}Display objects matching{/t}"></td>
41     <td><input type='text' name='regex' maxlength='20' style="width:99%" value='{$regex}' title='{t}Regular expression for matching object names{/t}' onChange="mainform.submit()"></td></tr></table>
42    {$apply}
43    </div>
44   </td>
45 </tr>
46 </table>
48 <p class="plugbottom">
49   <input type=submit name="add_object_finish" value="{msgPool type=addButton}">
50   &nbsp;
51   <input type=submit name="add_object_cancel" value="{msgPool type=cancelButton}">
52 </p>