Code

Mass table tag fixing
[gosa.git] / plugins / admin / groups / mail_locals.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 addresses 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:500px; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
12                 {html_options options=$mailusers}
13                 <option disabled></option>
14      </select>
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>{
21 t}Filters{/t}</b></p>
22    </div>
23    <div class="contentboxb">
24      <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
25       {$alphabet}
26      </table>
27     <table summary="" width="100%" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
28                 <tr>
29                         <td width="50%">
30                                 <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display addresses of department{/t}
31                         </td>
32                 <td>
33                                 <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
34                         {html_options options=$deplist selected=$depselect}
35                                 </select>
36                         </td>
37                 </tr>
38         </table>
39     <table summary="" width="100%" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
40                 <tr>
41                         <td width="50%">
42                                 <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display addresses matching{/t}
43                         </td>
44                 <td>
45                                 <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()">
46                         </td>
47                 </tr>
48         </table>
49     <table summary="" width="100%"  style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
50                 <tr>
51                         <td width="50%">
52                                 <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display addresses of user{/t}
53                         </td>
54                 <td>
55                                 <input type='text' name='muser' maxlength='20' value='{$muser}' title='{t}User name of which addresses are shown{/t}' onChange="mainform.submit()">
56                         </td>
57                 </tr>
58         </table>
59    {$apply}
60    </div>
61   </td>
62 </tr>
63 </table>
65 <p class="plugbottom">
66   <input type=submit name="add_locals_finish" value="{t}Add{/t}">
67   &nbsp;
68   <input type=submit name="add_locals_cancel" value="{t}Cancel{/t}">
69 </p>