Changed search template layout

In order to get a propper tab order, the search
layout is now top to bottom.
This commit is contained in:
Andre Lorbach 2014-10-14 15:51:08 +02:00
parent 1aa5401c4b
commit b593b5ac82

View File

@ -14,9 +14,9 @@
<!-- BEGIN HIDDENVARS_SOURCE -->
<input type="hidden" name="{varname}" value="{varvalue}">
<!-- END HIDDENVARS_SOURCE -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<table width="600" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td width="50%" valign="top" class="table_with_border">
<td class="table_with_border">
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<tr>
@ -142,19 +142,11 @@
</tr>
</table>
</div>
<!--
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#DDDDDD" width="100%" align="center">
<tr>
<td align="center" colspan="2">
<input type="button" value="{LN_FILTER_ADD2SEARCH}" OnClick="addDatefilterToSearch('filterdateform', 'search');">
</td>
</tr>
</table>
-->
</td>
<td width="10" valign="top" nowrap>&nbsp;</td>
<td width="50%" valign="top" class="table_with_border">
</tr>
<tr>
<td class="table_with_border">
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<tr>
@ -190,10 +182,11 @@
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="50%" valign="top" class="table_with_border">
<td class="table_with_border">
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<tr>
@ -206,9 +199,11 @@
</td>
</tr>
</table>
</td>
<td width="10" valign="top" nowrap>&nbsp;</td>
<td width="50%" valign="top" class="table_with_border">
</tr>
<tr>
<td class="table_with_border">
<table border="0" cellpadding="1" cellspacing="1" width="100%" align="center">
<tr>
@ -224,10 +219,11 @@
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" valign="top" align="center">
<td align="center">
<br>
<input name="search" type="submit" value="{LN_SEARCH_PERFORMADVANCED}" class="SearchFormControl">
</td>