forked from extern/egroupware
fix some layout problems in projects
should break no other app, because no other app is using this functions
This commit is contained in:
parent
332483c39c
commit
5c36352f28
@ -11,12 +11,10 @@
|
||||
|
||||
|
||||
<!-- BEGIN filter -->
|
||||
<td>
|
||||
{select}
|
||||
<noscript>
|
||||
<input type="submit" value="{lang_filter}">
|
||||
</noscript>
|
||||
</td>
|
||||
<!-- END filter -->
|
||||
|
||||
|
||||
@ -80,7 +78,7 @@
|
||||
<tr>
|
||||
<td>{search}</td>
|
||||
<td> </td>
|
||||
{filter}
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
@ -100,7 +98,7 @@
|
||||
<td> </td>
|
||||
<td>{search}</td>
|
||||
<td> </td>
|
||||
{filter}
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
@ -10,12 +10,10 @@
|
||||
|
||||
|
||||
<!-- BEGIN filter -->
|
||||
<td>
|
||||
{select}
|
||||
<noscript>
|
||||
<input type="submit" value="{lang_filter}">
|
||||
</noscript>
|
||||
</td>
|
||||
<!-- END filter -->
|
||||
|
||||
|
||||
@ -52,9 +50,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 +72,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>
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
@ -91,7 +90,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>
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
@ -10,12 +10,10 @@
|
||||
|
||||
|
||||
<!-- BEGIN filter -->
|
||||
<td>
|
||||
{select}
|
||||
<noscript>
|
||||
<input type="submit" value="{lang_filter}">
|
||||
</noscript>
|
||||
</td>
|
||||
<!-- END filter -->
|
||||
|
||||
|
||||
@ -77,7 +75,7 @@
|
||||
<tr>
|
||||
<td>{search}</td>
|
||||
<td> </td>
|
||||
{filter}
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
@ -97,7 +95,7 @@
|
||||
<td> </td>
|
||||
<td>{search}</td>
|
||||
<td> </td>
|
||||
{filter}
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
@ -10,12 +10,10 @@
|
||||
|
||||
|
||||
<!-- BEGIN filter -->
|
||||
<td>
|
||||
{select}
|
||||
<noscript>
|
||||
<input type="submit" value="{lang_filter}">
|
||||
</noscript>
|
||||
</td>
|
||||
<!-- END filter -->
|
||||
|
||||
|
||||
@ -52,9 +50,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 +72,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>
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
@ -91,7 +90,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>
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
@ -11,12 +11,10 @@
|
||||
|
||||
|
||||
<!-- BEGIN filter -->
|
||||
<td>
|
||||
{select}
|
||||
<noscript>
|
||||
<input type="submit" value="{lang_filter}">
|
||||
</noscript>
|
||||
</td>
|
||||
<!-- END filter -->
|
||||
|
||||
|
||||
@ -55,9 +53,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 -->
|
||||
@ -79,7 +75,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>
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
@ -94,7 +93,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>
|
||||
<td>{filter}</td>
|
||||
</tr>
|
||||
</form>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user