Code

refresh sip table if phone settings changed
[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><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:500px; 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 width="50%">
32                                 <img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display addresses of department{/t}
33                         </td>
34                 <td>
35                                 <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
36                         {html_options options=$deplist selected=$depselect}
37                                 </select>
38                         </td>
39                 </tr>
40         </table>
41     <table summary="" width="100%" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
42                 <tr>
43                         <td width="50%">
44                                 <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display addresses matching{/t}
45                         </td>
46                 <td>
47                                 <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()">
48                         </td>
49                 </tr>
50         </table>
51     <table summary="" width="100%"  style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
52                 <tr>
53                         <td width="50%">
54                                 <img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display addresses of user{/t}
55                         </td>
56                 <td>
57                                 <input type='text' name='muser' maxlength='20' value='{$muser}' title='{t}User name of which addresses are shown{/t}' onChange="mainform.submit()">
58                         </td>
59                 </tr>
60         </table>
61    {$apply}
62    </div>
63   </td>
64 </tr>
65 </table>
67 <p class="plugbottom">
68   <input type=submit name="add_locals_finish" value="{t}Add{/t}">
69   &nbsp;
70   <input type=submit name="add_locals_cancel" value="{t}Cancel{/t}">
71 </p>