mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
moved some <td>'s to the right place
the returned code was different between idots and default, breaking some html code
This commit is contained in:
parent
23b38ac7e9
commit
332483c39c
@ -52,9 +52,7 @@
|
||||
|
||||
|
||||
<!-- BEGIN search -->
|
||||
<td>
|
||||
<input type="text" name="query" value="{query_value}"> {searchby}<input type="submit" name="Search" value="{lang_search}">
|
||||
</td>
|
||||
<!-- END search -->
|
||||
|
||||
<!-- BEGIN cats -->
|
||||
@ -76,7 +74,10 @@
|
||||
<input type="hidden" name="order" value="{order_value}">
|
||||
<input type="hidden" name="sort" value="{sort_value}">
|
||||
<input type="hidden" name="query" value="{query_value}">
|
||||
<tr>{search}<td> </td>{filter}
|
||||
<tr>
|
||||
<td>{search}</td>
|
||||
<td> </td>
|
||||
{filter}
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
@ -91,7 +92,12 @@
|
||||
<input type="hidden" name="order" value="{order_value}">
|
||||
<input type="hidden" name="sort" value="{sort_value}">
|
||||
<input type="hidden" name="query" value="{query_value}">
|
||||
<tr>{cats}<td> </td>{search}<td> </td>{filter}
|
||||
<tr>
|
||||
{cats}
|
||||
<td> </td>
|
||||
<td>{search}</td>
|
||||
<td> </td>
|
||||
{filter}
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user