Author |
|
NelEU Newbie
Joined: 07 August 2013
Online Status: Offline Posts: 7
|
Posted: 15 August 2013 at 6:42am | IP Logged
|
|
|
Hello,
in the
<div class="pagination">
it currently shows the page numbers like 1 2 3 4 5
However, I spotted that there are also arrows available like Previous / Next / First / Last, but their properties are set to display: none
Since I like the concept of showing that arrows, I would like to check with you where the display: none is actually set, as I could not find it in the templates and I would like to remove the display: none so it actually shows the arrows.
Could you let me know in which file this is set to "none" so I can make it visible
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 August 2013 at 6:48am | IP Logged
|
|
|
Those arrows are actually used, but they're only enabled if number of pages is over 5. To check if those work for you, try setting a small number of messages per page, that option is found in Common screen of account settings.
Note that idea of pagination we use is working in a bit non-standard way: clicking "next" doesn't send you to next page of message list - it sends you to next page of navigation itself, so basically it's jumping from 1 to 6, then to 11, and so on.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|