aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/pagination.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12769] Fix dropdown stylingMichael Miday2015-09-171-1/+1
|
* [ticket/12769] Swap icons in paginationMichael Miday2015-09-171-4/+4
|
* [ticket/13058] Add min value to jump to page inputLouis77772014-09-131-1/+1
| | | | PHPBB3-13058
* [ticket/12813] Fix page-jump title lang and use input type=numberPayBas2014-07-051-1/+1
| | | | PHPBB3-12813
* [ticket/12613] role="navigation" not allowed on <ul>PayBas2014-06-091-1/+1
| | | | PHPBB3-12613
* [ticket/12613] Improved screen reader functionalityPayBas2014-06-081-6/+6
| | | | PHPBB3-12613
* [ticket/12613] Typo and L_COLONPayBas2014-06-051-1/+1
| | | | PHPBB3-12613
* [ticket/12613] Don't display page-jump if all pages are visible (6)PayBas2014-06-051-1/+1
| | | | PHPBB3-12613
* [ticket/12613] Dropdown-visible page-jump icon, fix focus() timingPayBas2014-06-051-1/+1
| | | | | | Also removed outdated CSS PHPBB3-12613
* [ticket/12613] Renamed jump-to to page-jump to prevent confusionPayBas2014-06-051-3/+3
| | | | | | | Jump-to can easily be confused with forum-jump. Also switched the lang vars to reflect changes better PHPBB3-12613
* [ticket/12613] Removed form in order to prevent nested formsPayBas2014-06-051-10/+3
| | | | PHPBB3-12613
* [ticket/12613] Removed jump-to placeholder and added .focus() checkPayBas2014-06-051-1/+1
| | | | PHPBB3-12613
* [ticket/12613] Improved paginationPayBas2014-06-051-18/+37
| | | | PHPBB3-12613
* [ticket/12090] Fix pagination for routesJoas Schilling2014-03-081-1/+5
| | | | | | | No clickable "jump to" at the moment, as we can not get the route url by the route name in js yet. Need to find another solution later. PHPBB3-12090
* [ticket/12153] Remove vars already assigned in generate_template_pagination().Cesar G2014-02-031-1/+1
| | | | PHPBB3-12153
* [ticket/11795] Use phpBB template syntax instead of TWIGVjacheslav Trushkin2013-09-141-3/+1
| | | | PHPBB3-11795
* [ticket/11795] Get rid of pagination JS variablesVjacheslav Trushkin2013-09-141-1/+2
| | | | | | | Move pagination variables to data attributes Replace A_BASE_URL with BASE_URL and use TWIG to escape it PHPBB3-11795
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-0/+15
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