Code

Updated templates
[gosa.git] / gosa-plugins / mail / personal / 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;">
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:100%; 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;width:350px">
22       <div class="contentboxh" style="height:20px;">
23         <p class="contentboxh" style="font-size:12px">
24           {image path="{$launchimage}" align="right"}
26           <b>{t}Filters{/t}</b>
27         </p>
28       </div>
29       <div class="contentboxb" style="background-color:#F8F8F8">
30         <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
31           {$alphabet}
32         </table>
33         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
34           <tr>
35             <td>
36               <LABEL for="depselect">{t}Select department{/t}</LABEL>
37               {image path="{$tree_image}"}&nbsp;
39               <select id="depselect" name="depselect" size=1 onChange="mainform.submit()" 
40                 title="{t}Choose the department the search will be based on{/t}">
41                       {html_options options=$deplist selected=$depselect}
42                   </select>
43             </td>
44           </tr>
45         </table>
46     
47         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
48           <tr>
49             <td style="width:18px">
50               {image path="{$search_image}"}
52             </td>
53             <td>
54               <input type='text' name='regex' maxlength='20' style="width:99%" value='{$regex}' 
55                 title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()">
56             </td>
57           </tr>
58         </table>
60         <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
61           <tr>
62             <td style="width:18px;">
63               {image path="{$usearch_image}"}
65             </td>
66             <td>
67               <input type='text' name='muser' maxlength='20' style="width:99%" value='{$muser}' 
68                 title='{t}User name of which addresses are shown{/t}' onChange="mainform.submit()">
69             </td>
70           </tr>
71         </table>
72         {$apply}
73       </div>
74     </td>
75   </tr>
76 </table>
78 <p class="plugbottom">
79   <button type='submit' name='add_locals_finish'>{msgPool type=addButton}</button>
81   &nbsp;
82   <button type='submit' name='add_locals_cancel'>{msgPool type=cancelButton}</button>
84 </p>
85 <!-- 
86 // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
87 -->