Changed pagination to baseadmin
This commit is contained in:
parent
95a58d5fa7
commit
640e8a53ee
@ -48,7 +48,7 @@ if ($use_n6)
|
|||||||
for ($i = $n7; $i <= $n8; $i++)
|
for ($i = $n7; $i <= $n8; $i++)
|
||||||
$links[$i] = $i;
|
$links[$i] = $i;
|
||||||
?>
|
?>
|
||||||
<div class="pager pagination-centered">
|
<div class="pagination pagination-centered">
|
||||||
<ul>
|
<ul>
|
||||||
<li class="<?php echo $x=($page->first_page() !== FALSE) ? '' : 'disabled' ?>">
|
<li class="<?php echo $x=($page->first_page() !== FALSE) ? '' : 'disabled' ?>">
|
||||||
<a href="<?php echo $x ? '#' :HTML::chars($page->url($page->first_page())) ?>" rel="first"><?php echo __('First') ?></a>
|
<a href="<?php echo $x ? '#' :HTML::chars($page->url($page->first_page())) ?>" rel="first"><?php echo __('First') ?></a>
|
||||||
|
Reference in New Issue
Block a user