pagination layout change

mahmoodee

Member
Hello,
In list template in components\com_fabrik\views\list\tmpl\bootstrap\default.php
Code:
<?php echo $this->nav;?>
this code print the limit with total number with pagination links
I want to put the limit with total number above table , and the pagination links below table.
but I cannot because echo $this->nav; print all things
Is there a way to divide $this->nav; so I can print total with limit alone and print pagination links alone.
I attach an image
thank you
 

Attachments

  • total.jpg
    total.jpg
    109.4 KB · Views: 143
Not easily, no. There is a layout you can override for the pagination footer, in layouts/pagination, but it's still going to go into the single $this->nav.

You could bust it up by hand, using something like DomDocument, and render the divs from it separately.

-- hugh
 
thank you very much
I just want to show totat number of records above table.
I find this way
Code:
echo $this->navigation->total;
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top