Code

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