Code

[COSMETIC] Most of the imgs are now centered vertically in most browsers.
[gosa.git] / plugins / personal / samba / samba3_workstations.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><label for="wslist">{t}Select workstations to add{/t}</label> {$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 id="wslist" 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 style="vertical-align:top;">
18    <div class="contentboxh" style="height:20px;">
19     <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]">
20         <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     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td><img class="center" alt="{t}Display workstations of department{/t}" src="{$tree_image}" align="middle">&nbsp;
27     <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
28       {html_options options=$deplist selected=$depselect}
29     </select></td></tr></table>
30     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="18px"><img class="center" alt="" src="{$search_image}" align="middle">&nbsp;</td>
31     <td><input type='text' name='regex' maxlength='20' style="width:99%" value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
32    {$apply}
33    </div>
34   </td>
35 </tr>
36 </table>
38 <p class="plugbottom">
39   <input type=submit name="add_ws_finish" value="{t}Add{/t}">
40   &nbsp;
41   <input type=submit name="add_ws_cancel" value="{t}Cancel{/t}">
42 </p>