[UPDATE] block search and padding
This commit is contained in:
parent
238a2a3d4d
commit
d52f241192
@ -76,16 +76,17 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="panel">
|
|
||||||
<div class="panel-body">
|
<table class="table borderless">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
<ul class="pager">
|
<ul class="pager">
|
||||||
<li class="previous">
|
<li class="previous">
|
||||||
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&prev=1"> ← </a>
|
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&prev=1"> ← </a>
|
||||||
</li>
|
</li>
|
||||||
<li class="next">
|
|
||||||
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&next=1"> → </a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
<form action="{$smarty.server.SCRIPT_NAME}" method="POST" id='search' role="form">
|
<form action="{$smarty.server.SCRIPT_NAME}" method="POST" id='search' role="form">
|
||||||
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
<input type="hidden" name="page" value="{$smarty.request.page|escape}">
|
||||||
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
|
<input type="hidden" name="action" value="{$smarty.request.action|escape}">
|
||||||
@ -97,8 +98,17 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</td>
|
||||||
</div>
|
<td>
|
||||||
|
<ul class="pager">
|
||||||
|
<li class="next">
|
||||||
|
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&next=1"> → </a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user