summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5b55e97)
raw | patch | inline | side by side (parent: 5b55e97)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 08:24:20 +0000 (08:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 08:24:20 +0000 (08:24 +0000) |
Between <p> and </p> shouldn't be a table definition, if we want to stay §w3c Conform
>replaced <p style><table></table></p>
>to <table style></table>
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@521 594d385d-05f5-0310-b6e9-bd551577e9d8
>replaced <p style><table></table></p>
>to <table style></table>
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@521 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofax/faxaccount/locals.tpl | patch | blob | history |
index eb9d3ec8f5ebcc6dedf3e6c63fd8fb1791688701..b46af322f25b9342a4d8d4a0a3c835a005bbe7e4 100644 (file)
</td>
<td style="vertical-align:top;">
<div class="contentboxh" style="height:20px;">
- <p class="contentboxh" style="font-size:12px"><img alt="" src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
+ <p class="contentboxh" style="font-size:12px"><img src="{$launchimage}" align="right" alt="[F]"><b>{t}Filters{/t}</b></p>
</div>
<div class="contentboxb" style="background-color:#F8F8F8">
- <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
- <table style="width:100%;">
+ <table style="width:100%;border-top:1px solid #B0B0B0; background-color:#F8F8F8">
{$alphabet}
</table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align="middle"> {t}Display numbers 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;background-color:#F8F8F8">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align="middle"> {t}Display numbers matching{/t}</td>
- <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching numbers{/t}' onChange="mainform.submit()"></td></tr></table>
- </p>
- <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
- <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align="middle"> {t}Display numbers of user{/t}</td>
- <td><input type='text' name='fuser' maxlength='20' value='{$fuser}' title='{t}User name of which numbers are shown{/t}' onChange="mainform.submit()"></td></tr></table>
- </p>
+ <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+ <tr>
+ <td width="50%">
+ <img alt="" src="{$tree_image}" align="middle"> {t}Display numbers 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 width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+ <tr>
+ <td width="50%">
+ <img alt="" src="{$search_image}" align="middle"> {t}Display numbers matching{/t}
+ </td>
+ <td>
+ <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching numbers{/t}' onChange="mainform.submit()"> </td>
+ </tr>
+ </table>
+ <table width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
+ <tr>
+ <td width="50%">
+ <img alt="" src="{$search_image}" align="middle"> {t}Display numbers of user{/t}
+ </td>
+ <td>
+ <input type='text' name='fuser' maxlength='20' value='{$fuser}' title='{t}User name of which numbers are shown{/t}' onChange="mainform.submit()"> </td>
+ </tr>
+ </table>
{$apply}
</div>
</td>