Code

Rise description size to 80
[gosa.git] / plugins / gofax / blocklists / headpage.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3   <td>
4   <div class="contentboxh">
5     <p class="contentboxh">
6      {t}List of blocklists{/t} {$hint}
7     </p>
8   </div>
9   <div class="contentboxb">
10           {$blocklistshead}
11   </div>
12   <div style='height:4px;'></div>
13   <div class="contentboxb" style="border-top:1px solid #B0B0B0;">
14           {$blocklists}
15       <input type=hidden name="edit_helper">
16   </div>
17   </td>
18   <td style="vertical-align:top;">
19    <div class="contentboxh">
20     <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
21    </div>
22    <div class="contentboxb">
23    <p class="contentboxb">
24     {t}This menu allows you to create, delete and edit selected blocklists. Having a large size of lists, you might prefer the range selectors on top of the select box.{/t}
25    </p>
26    </div>
27    <br>
28    <div class="contentboxh">
29     <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
30    </div>
31    <div class="contentboxb">
32      <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
33       {$alphabet}
34      </table>
35     <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
36                 <tr>
37                         <td>
38         <input type=checkbox name="sendlists" value="1" {$sendlists} onClick="mainform.submit()" title="{t}Select to see send blocklists{/t}">{t}Show send blocklists{/t}<br>
39     <input type=checkbox name="receivelists" value="1" {$receivelists} onClick="mainform.submit()" title="{t}Select to see receive blocklists{/t}">{t}Show receive blocklists{/t}<br>
40                         </td>
41                 </tr>
42         </table>    
43 <table summary="" style="width:100%;border-top:1px solid #B0B0B0;">
44         <tr>
45                 <td><img alt="{t}Display lists matching{/t}" src="{$search_image}" align=middle>
46                 </td>
47             <td width="99%">
48                         <input style='width:99%' type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching list names{/t}' onChange="mainform.submit()">
49                 </td>
50         </tr>
51 </table>
52    {$apply}
53    </div>
54   </td>
55 </tr>
56 </table>
58 <input type="hidden" name="ignore">