Code

Created trunk inside of 2.6-lhm
[gosa.git] / trunk / gosa-plugins / mail / admin / groups / mail / 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; width:600px">
4    <div class="contentboxh" style="height:20px;">
5     <p class="contentboxh" style="font-size:12px">
6      <b><LABEL for="local_list">{t}Select addresses to add{/t} {$hint}</LABEL ></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;" id="local_list" name="local_list[]" size="15" multiple>
12                 {html_options options=$mailusers}
13                 <option disabled>&nbsp;</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">
21                 <img src="{$launchimage}" align="right" alt="[F]">
22                         <b>{t}Filters{/t}</b>
23         </p>
24    </div>
25    <div class="contentboxb">
26      <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
27       {$alphabet}
28      </table>
29     <table summary="" width="100%" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
30                 <tr>
31                         <td>
32                                 <img alt="" src="{$tree_image}" align=middle title="{t}Display addresses of department{/t}">&nbsp;
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="18">
42                                 <img alt="" src="{$search_image}" align=middle title="{t}Display addresses matching{/t}">
43                         </td>
44                 <td>
45                                 <input type='text' name='regex' maxlength='20' style="width:99%"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="18">
52                                 <img alt="" src="{$usearch_image}" align=middle title="{t}Display addresses of user{/t}">
53                         </td>
54                 <td>
55                                 <input type='text' name='muser' maxlength='20' value='{$muser}' style="width:99%" 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="{msgPool type=addButton}">
67   &nbsp;
68   <input type=submit name="add_locals_cancel" value="{msgPool type=cancelButton}">
69 </p>