|
|
|
@ -47,6 +47,17 @@
|
|
|
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
|
|
|
<!-- ENDIF config.usePagination -->
|
|
|
|
|
|
|
|
|
|
<div class="visible-xs visible-sm pagination-block text-center">
|
|
|
|
|
<div class="progress-bar"></div>
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
<i class="fa fa-2x fa-angle-double-up pointer fa-fw pagetop"></i>
|
|
|
|
|
<i class="fa fa-2x fa-angle-up pointer fa-fw pageup"></i>
|
|
|
|
|
<span class="pagination-text"></span>
|
|
|
|
|
<i class="fa fa-2x fa-angle-down pointer fa-fw pagedown"></i>
|
|
|
|
|
<i class="fa fa-2x fa-angle-double-down pointer fa-fw pagebottom"></i>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- IF !config.usePagination -->
|
|
|
|
@ -54,3 +65,4 @@
|
|
|
|
|
<!-- IMPORT partials/paginator.tpl -->
|
|
|
|
|
</noscript>
|
|
|
|
|
<!-- ENDIF !config.usePagination -->
|
|
|
|
|
|
|
|
|
|