Merge branch 'bootstrap' of github.com:MPOS/php-mpos into bootstrap

This commit is contained in:
Sebastian Grewe 2014-03-01 22:59:58 +01:00
commit ad179c35dd

View File

@ -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"> &larr; </a> <a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&height={$BLOCKDETAILS.height}&prev=1"> &larr; </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"> &rarr; </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"> &rarr; </a>
</li>
</ul>
</td>
</tr>
</table>
</div> </div>
</div> </div>
</div> </div>