Opened 15 years ago
Closed 14 years ago
#1463 closed enhancement (fixed)
Forum messages pagination
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
It would be nice to have also pagination at the bottom of the 15 messages list created by default for each message page.
<div id="post-count" class="pag-count">
bla bla from 1 to 15 (of 18)
<span class="ajax-loader"></span></div>
<div class="pagination-links" id="topic-pag">
<span class="page-numbers current">1</span>
<a class="page-numbers" href="...">2</a>
<a class="next page-numbers" href="....">»</a> </div>
</div>
Change History (2)
Note: See
TracTickets for help on using
tickets.
Pagination links appear at both the top and bottom of forum topics in the current trunk.