aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/pagination.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14975] Correct RTL style csshubaishan2017-01-101-2/+2
| | | | | | | | | display_options.html corrected to move (display and sorting option) to right jumpbox.html corrected to change arrow direction to left in RTL pagination.html corrected to change arrows direction on RTL bidi.css more edittions to correct remain style mistakes PHPBB3-14975
* Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
| * [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-1/+1
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-1/+1
| | | | | | | | PHPBB3-14272
* | Merge pull request #3927 from hanakin/ticket/14199Marc Alexander2015-10-071-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14199] Fix screen reader compatability Conflicts: phpBB/styles/prosilver/template/mcp_topic.html phpBB/styles/prosilver/template/overall_header.html phpBB/styles/prosilver/template/pagination.html phpBB/styles/prosilver/template/posting_buttons.html phpBB/styles/prosilver/template/posting_topic_review.html phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/ucp_pm_history.html phpBB/styles/prosilver/template/ucp_pm_message_header.html phpBB/styles/prosilver/template/ucp_pm_viewmessage.html phpBB/styles/prosilver/template/viewforum_body.html phpBB/styles/prosilver/template/viewtopic_body.html phpBB/styles/prosilver/template/viewtopic_topic_tools.html
| * | [ticket/14199]Add aria-hidden to all iconsMichael Miday2015-10-011-3/+3
| | | | | | | | | | | | PHPBB3-14199
* | | [ticket/14193]Fix posting buttonsMichael Miday2015-10-031-3/+3
|/ / | | | | | | PHPBB3-14193
* | [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