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>
7 <LABEL for="local_list">{t}Select addresses to add{/t}</LABEL>
8 {$hint}
9 </b>
10 <br>
11 </p>
12 </div>
13 <div class="contentboxb">
14 <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
15 <select id="local_list" style="width:600px; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
16 {html_options options=$mailusers}
17 </select>
18 </p>
19 </div>
20 </td>
21 <td style="vertical-align:top;">
22 <div class="contentboxh" style="height:20px;">
23 <p class="contentboxh" style="font-size:12px">
24 <img src="{$launchimage}" align="right" alt="[F]">
25 <b>{t}Filters{/t}</b>
26 </p>
27 </div>
28 <div class="contentboxb" style="background-color:#F8F8F8">
29 <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
30 {$alphabet}
31 </table>
32 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
33 <tr>
34 <td>
35 <LABEL for="depselect">{t}Select department{/t}</LABEL>
36 <img alt="" src="{$tree_image}" align=middle>
37 <select id="depselect" name="depselect" size=1 onChange="mainform.submit()"
38 title="{t}Choose the department the search will be based on{/t}">
39 {html_options options=$deplist selected=$depselect}
40 </select>
41 </td>
42 </tr>
43 </table>
45 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
46 <tr>
47 <td style="width:18px">
48 <img alt="" src="{$search_image}" align="middle">
49 </td>
50 <td>
51 <input type='text' name='regex' maxlength='20' style="width:99%" value='{$regex}'
52 title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()">
53 </td>
54 </tr>
55 </table>
57 <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
58 <tr>
59 <td style="width:18px;">
60 <img src="{$usearch_image}" align=middle alt="{t}Display addresses of user{/t}">
61 </td>
62 <td>
63 <input type='text' name='muser' maxlength='20' style="width:99%" value='{$muser}'
64 title='{t}User name of which addresses are shown{/t}' onChange="mainform.submit()">
65 </td>
66 </tr>
67 </table>
68 {$apply}
69 </div>
70 </td>
71 </tr>
72 </table>
74 <p class="plugbottom">
75 <input type=submit name="add_locals_finish" value="{t}Add{/t}">
76
77 <input type=submit name="add_locals_cancel" value="{t}Cancel{/t}">
78 </p>
79 <!--
80 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
81 -->