Code

updated templates
[gosa.git] / gosa-plugins / gofax / gofax / faxaccount / locals.tpl
1 <table style='width:100%; ' summary="">
3 <tr>
4   <td style='width:600px'>
6    <div class="contentboxh" style="height:20px;">
7     <p class="contentboxh" style="font-size:12px">
8      <b>{t}Select numbers to add{/t} {$hint}</b><br>
9     </p>
10    </div>
11    <div class="contentboxb">
12     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
13      <select style="width:100%; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
14         {html_options options=$list}
15      </select>
16     </p>
17    </div>
18   </td>
19   <td>
21    <div class="contentboxh" style="height:20px;">
22     <p class="contentboxh" style="font-size:12px">{image path="{$launchimage}" align="right"}
23 <b>{t}Filters{/t}</b></p>
24    </div>
25    <div class="contentboxb"  style="background-color:#F8F8F8">
26      <table style='width:100%;background-color:#F8F8F8' summary="">
28       {$alphabet}
29      </table>
30     <table style='background-color:#F8F8F8' summary="">
32                 <tr>
33                         <td>
34                                 {image path="{$tree_image}" title="{t}Display numbers of department{/t}"}&nbsp;
36                                 <select name="depselect" size="1" onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
37                               {html_options options=$deplist selected=$depselect}
38                             </select>
39                         </td>
40                 </tr>
41         </table>
42     <table style='background-color:#F8F8F8' summary="">
44                 <tr>
45                         <td width="18">
46                                 {image path="{$search_image}" title="{t}Display numbers matching{/t}"}
48                         </td>
49                 <td>
50                                 <input type='text' name='regex' maxlength='20' value='{$regex}' style="width:99%" title='{t}Regular expression for matching numbers{/t}' onChange="mainform.submit()">  </td>
51                 </tr>
52         </table>
53     <table style='background-color:#F8F8F8' summary="">
55                 <tr>
56                         <td width="18">
57                                 {image path="{$usearch_image}" title="{t}Display numbers of user{/t}"}
59                         </td>
60                     <td>
61                                 <input type='text' name='fuser' style="width:99%" maxlength='20' value='{$fuser}' title='{t}User name of which numbers are shown{/t}' onChange="mainform.submit()">     </td>
62                 </tr>
63         </table>
64    {$apply}
65    </div>
66   </td>
67 </tr>
68 </table>
70 <hr>
71 <div class="plugin-actions">
72   <button type='submit' name='add_locals_finish'>{msgPool type=addButton}</button>
74   <button type='submit' name='add_locals_cancel'>{msgPool type=cancelButton}</button>
76 </div>