Code

Moved fax plugins
[gosa.git] / gosa-plugins / gofax / gofax / faxaccount / 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>{t}Select numbers to add{/t} {$hint}</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:100%; margin-top:4px; height:450px;" name="local_list[]" size="15" multiple>
12         {html_options options=$list}
13      </select>
14     </p>
15    </div>
16   </td>
17   <td style="vertical-align:top;">
18    <div class="contentboxh" style="height:20px;">
19     <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
20    </div>
21    <div class="contentboxb"  style="background-color:#F8F8F8">
22      <table summary="" style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
23       {$alphabet}
24      </table>
25     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
26                 <tr>
27                         <td>
28                                 <img class="center" alt="" src="{$tree_image}" align="middle" title="{t}Display numbers of department{/t}">&nbsp;
29                                 <select name="depselect" size="1" onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
30                               {html_options options=$deplist selected=$depselect}
31                             </select>
32                         </td>
33                 </tr>
34         </table>
35     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
36                 <tr>
37                         <td width="18">
38                                 <img class="center" alt="" src="{$search_image}" align="middle" title="{t}Display numbers matching{/t}">
39                         </td>
40                 <td>
41                                 <input type='text' name='regex' maxlength='20' value='{$regex}' style="width:99%" title='{t}Regular expression for matching numbers{/t}' onChange="mainform.submit()">  </td>
42                 </tr>
43         </table>
44     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
45                 <tr>
46                         <td width="18">
47                                 <img class="center" alt="" src="{$usearch_image}" align="middle" title="{t}Display numbers of user{/t}">
48                         </td>
49                     <td>
50                                 <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>
51                 </tr>
52         </table>
53    {$apply}
54    </div>
55   </td>
56 </tr>
57 </table>
59 <p class="plugbottom">
60   <input type=submit name="add_locals_finish" value="{t}Add{/t}">
61   &nbsp;
62   <input type=submit name="add_locals_cancel" value="{t}Cancel{/t}">
63 </p>