summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d79b403)
raw | patch | inline | side by side (parent: d79b403)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 11:18:42 +0000 (11:18 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 11:18:42 +0000 (11:18 +0000) |
plugins/gofax/blocklists/headpage.tpl | patch | blob | history |
index 43068786324ac204fc93b27c14335f6947e0d8d0..ec0a2889a74d34af1d8297c2f5fa522cbd367b22 100644 (file)
<p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
</div>
<div class="contentboxb">
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <table style="width:100%;">
+ <table style="width:100%;border-top:1px solid #B0B0B0;">
{$alphabet}
</table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <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>
+ <table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td>
+ <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>
<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>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> {t}Display lists of department{/t}</td>
- <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
- {html_options options=$deplist selected=$depselect}
- </select></td></tr></table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {t}Display lists matching{/t}</td>
- <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching list names{/t}' onChange="mainform.submit()"></td></tr></table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle> {t}Display lists containing{/t}</td>
- <td><input type='text' name='entry' maxlength='20' value='{$entry}' title='{t}Show lists containing entered numbers{/t}' onChange="mainform.submit()"></td></tr></table>
- </p>
+ </td>
+ </tr>
+ </table>
+
+<table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td width="50%">
+ <img alt="" src="{$tree_image}" align=middle> {t}Display lists of department{/t}
+ </td>
+ <td>
+ <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
+ {html_options options=$deplist selected=$depselect}
+ </select>
+ </td>
+ </tr>
+</table>
+
+<table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td width="50%"><img alt="" src="{$search_image}" align=middle>
+ {t}Display lists matching{/t}
+ </td>
+ <td>
+ <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching list names{/t}' onChange="mainform.submit()">
+ </td>
+ </tr>
+</table>
+
+<table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td width="50%">
+ <img alt="" src="{$search_image}" align=middle> {t}Display lists containing{/t}
+ </td>
+ <td>
+ <input type='text' name='entry' maxlength='20' value='{$entry}' title='{t}Show lists containing entered numbers{/t}' onChange="mainform.submit()">
+ </td>
+ </tr>
+</table>
{$apply}
</div>
</td>