summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8fdd720)
raw | patch | inline | side by side (parent: 8fdd720)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 10:56:07 +0000 (10:56 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 25 May 2005 10:56:07 +0000 (10:56 +0000) |
plugins/admin/departments/headpage.tpl | patch | blob | history |
index d718ff9292e0eb22716f5ad6d80f39fc92d23988..c8e8b9df7fd2767dfc82a3292858b1f0696e4e2d 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;">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle> {t}Display subdepartments of{/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 departments matching{/t}</td>
- <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching department names{/t}' onChange="mainform.submit()"></td></tr></table>
- </p>
- {$apply}
+ <table style="width:100%;border-top:1px solid #B0B0B0;">
+ <tr>
+ <td width="50%"><img alt="" src="{$tree_image}" align=middle> {t}Display subdepartments of{/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 departments matching{/t}</td>
+ <td>
+ <input type='text' name='regex' maxlength='20' value='{$regex}'
+ title='{t}Regular expression for matching department names{/t}' onChange="mainform.submit()">
+ </td>
+ </tr>
+ </table>
+ {$apply}
</div>
</td>
</tr>