Update default.tpl
This commit is contained in:
parent
5edb15a834
commit
a9aedbf603
@ -35,8 +35,8 @@
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
<ul class="pager">
|
||||
<li class="previous {if $smarty.get.start|default:"0" <= 0}disabled{/if}">
|
||||
<a href="{if $smarty.get.start|default:"0" <= 0}#{else}{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}®isteredstart={$smarty.request.registeredstart|escape|default:"0" - $LIMIT}{if $FILTERS|default:""}{$FILTERS}{/if}{/if}">← Prev</a>
|
||||
<li class="previous {if $smarty.get.registeredstart|default:"0" <= 0}disabled{/if}">
|
||||
<a href="{if $smarty.get.registeredstart|default:"0" <= 0}#{else}{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}®isteredstart={$smarty.request.registeredstart|escape|default:"0" - $LIMIT}{if $FILTERS|default:""}{$FILTERS}{/if}{/if}">← Prev</a>
|
||||
</li>
|
||||
<li class="next">
|
||||
<a href="{$smarty.server.SCRIPT_NAME}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}®isteredstart={$smarty.request.registeredstart|escape|default:"0" + $LIMIT}{if $FILTERS|default:""}{$FILTERS}{/if}#registrations">Next →</a>
|
||||
@ -46,4 +46,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/nocache}
|
||||
{/nocache}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user