diff options
| author | spider <spider@bitweaver.org> | 2014-05-29 09:39:24 -0400 |
|---|---|---|
| committer | spider <spider@bitweaver.org> | 2014-05-29 09:39:24 -0400 |
| commit | f117f050390d727854a28eec01d4248a7b288cbf (patch) | |
| tree | 8b3a907d2e2f4974d0bd2845fa4915d32d7631c1 /templates | |
| parent | f99fc5d670db4f7faa50a2f8cd3b8bcb0fdf5567 (diff) | |
| download | liberty-f117f050390d727854a28eec01d4248a7b288cbf.tar.gz liberty-f117f050390d727854a28eec01d4248a7b288cbf.tar.bz2 liberty-f117f050390d727854a28eec01d4248a7b288cbf.zip | |
update pagination for bootstrap v3
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/libertypagination.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/libertypagination.tpl b/templates/libertypagination.tpl index 0222572..62220d0 100644 --- a/templates/libertypagination.tpl +++ b/templates/libertypagination.tpl @@ -1,5 +1,5 @@ {strip} -<div class="pagination"> +<div class="paginator"> {if $pgnPage gt 1} {if $ajaxId} <a href="javascript:void(0);" onclick="BitAjax.ajaxUpdater( '{$ajaxId}', '{$smarty.const.LIBERTY_PKG_URL}ajax_attachment_browser.php', '{$pgnName}={$pgnPage-1}{$pgnVars}' );">«</a> @@ -22,7 +22,6 @@ {/if} - <br /> {* MSIE dies when we use a form in the pagination when doing ajax stuff *} {counter start=1 print=0 name=pgcount assign=pgcount} |
