Code

Updated listing table summary
[gosa.git] / gosa-core / plugins / admin / groups / trust_machines.tpl
1 <table summary="" style="width:100%" cellpadding=4>
2 <tr>
3   <td>
4    <div class="contentboxh" style="height:20px;">
5     <p class="contentboxh" style="font-size:12px">
6      <b>{t}Select systems to add{/t} {$hint}</b><br>
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; margin-top:4px; height:450px;" name="wslist[]" size="15" multiple>
12         {html_options values=$wslist output=$wslist}
13      </select>
14     </p>
15    </div>
16   </td>
17   <td>
18    <div class="contentboxh" style="height:20px;">
19     <p class="contentboxh" style="font-size:12px">{image path="{$launchimage}" align="right"}
20 <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 style='background-color:#F8F8F8' summary="" width="100%">
27 <tr><td width="50%">{image path="{$tree_image}"}&nbsp;{t}Display systems of department{/t}
28 </td>
29     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
30       {html_options options=$deplist selected=$depselect}
31     </select></td></tr></table>
32     <table style='background-color:#F8F8F8' summary="" width="100%">
33 <tr><td width="50%">{image path="{$search_image}"}&nbsp;{t}Display systems matching{/t}
34 </td>
35     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
36    {$apply}
37    </div>
38   </td>
39 </tr>
40 </table>
42 <hr>
43 <div class="plugin-actions">
44   <button type='submit' name='add_ws_finish'>{msgPool type=addButton}</button>
46   <button type='submit' name='add_ws_cancel'>{msgPool type=cancelButton}</button>
48 </div>