Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12769] Fix dropdown styling | Michael Miday | 2015-09-17 | 1 | -1/+1 |
| | |||||
* | [ticket/12769] Swap icons in pagination | Michael Miday | 2015-09-17 | 1 | -4/+4 |
| | |||||
* | [ticket/13058] Add min value to jump to page input | Louis7777 | 2014-09-13 | 1 | -1/+1 |
| | | | | PHPBB3-13058 | ||||
* | [ticket/12813] Fix page-jump title lang and use input type=number | PayBas | 2014-07-05 | 1 | -1/+1 |
| | | | | PHPBB3-12813 | ||||
* | [ticket/12613] role="navigation" not allowed on <ul> | PayBas | 2014-06-09 | 1 | -1/+1 |
| | | | | PHPBB3-12613 | ||||
* | [ticket/12613] Improved screen reader functionality | PayBas | 2014-06-08 | 1 | -6/+6 |
| | | | | PHPBB3-12613 | ||||
* | [ticket/12613] Typo and L_COLON | PayBas | 2014-06-05 | 1 | -1/+1 |
| | | | | PHPBB3-12613 | ||||
* | [ticket/12613] Don't display page-jump if all pages are visible (6) | PayBas | 2014-06-05 | 1 | -1/+1 |
| | | | | PHPBB3-12613 | ||||
* | [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing | PayBas | 2014-06-05 | 1 | -1/+1 |
| | | | | | | Also removed outdated CSS PHPBB3-12613 | ||||
* | [ticket/12613] Renamed jump-to to page-jump to prevent confusion | PayBas | 2014-06-05 | 1 | -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 forms | PayBas | 2014-06-05 | 1 | -10/+3 |
| | | | | PHPBB3-12613 | ||||
* | [ticket/12613] Removed jump-to placeholder and added .focus() check | PayBas | 2014-06-05 | 1 | -1/+1 |
| | | | | PHPBB3-12613 | ||||
* | [ticket/12613] Improved pagination | PayBas | 2014-06-05 | 1 | -18/+37 |
| | | | | PHPBB3-12613 | ||||
* | [ticket/12090] Fix pagination for routes | Joas Schilling | 2014-03-08 | 1 | -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 G | 2014-02-03 | 1 | -1/+1 |
| | | | | PHPBB3-12153 | ||||
* | [ticket/11795] Use phpBB template syntax instead of TWIG | Vjacheslav Trushkin | 2013-09-14 | 1 | -3/+1 |
| | | | | PHPBB3-11795 | ||||
* | [ticket/11795] Get rid of pagination JS variables | Vjacheslav Trushkin | 2013-09-14 | 1 | -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 improvements | Drae | 2012-07-18 | 1 | -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 |