aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/pagination.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12613] Renamed jump-to to page-jump to prevent confusionPayBas2014-06-051-1/+1
| | | | | | | Jump-to can easily be confused with forum-jump. Also switched the lang vars to reflect changes better PHPBB3-12613
* [ticket/12153] Replace old template variables with {PAGE_NUMBER}.Cesar G2014-02-191-1/+1
| | | | PHPBB3-12153
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-0/+12
Extracted common template code for prosilver as per subsilver2. Various other fixups and oversight corrections, changed name of the "new" template function and re-introduced existing version. Altered on_page to compensate for removal of some templating vars from pagination routine. PHPBB3-10968