aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/jumpbox.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4729 from vinny/ticket/15118Marc Alexander2017-03-091-1/+1
|\ | | | | | | [ticket/15118] Fix html error in jumpbox.html
| * [ticket/15118] Fix html error in jumpbox.htmlVinny2017-03-091-1/+1
| | | | | | | | PHPBB3-15118
* | [ticket/14975] Correct RTL style csshubaishan2017-01-101-1/+1
|/ | | | | | | | | 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 branch '3.1.x' into 3.2.xMarc Alexander2016-12-021-17/+18
|\
| * [ticket/14881] Add action-bar wrap to jump actionshanakin2016-12-011-27/+29
| | | | | | | | PHPBB3-14881
* | Merge pull request #3927 from hanakin/ticket/14199Marc Alexander2015-10-071-5/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-5/+5
| | | | | | | | | | | | PHPBB3-14199
* | | [ticket/14206]Fix button UIMichael Miday2015-09-281-1/+1
|/ / | | | | | | PHPBB3-14206
* | [ticket/12769] Fix dropdown stylingMichael Miday2015-09-171-1/+1
| |
* | [ticket/12769] Swap icons in jumpboxMichael Miday2015-09-171-6/+23
| |
* | [ticket/14107] Remove template varMichael Miday2015-09-061-2/+2
| |
* | [ticket/14038] Switch to spacer spansMichael Miday2015-08-301-1/+1
| |
* | [ticket/14038] Stylize & differintiateMichael Miday2015-08-301-3/+3
| |
* | [ticket/14038] Give links some visual loveMichael Miday2015-08-301-1/+1
|/
* [ticket/13022] Language adjustmentsJakub Senko2014-09-081-1/+1
| | | | PHPBB3-13022
* [ticket/12013] Clear the jumpbox.Cesar G2014-07-041-1/+1
| | | | PHPBB3-12013
* [ticket/12013] Update to use the new .button class.Cesar G2014-07-041-3/+2
| | | | PHPBB3-12013
* [ticket/12013] Use new dropdown for quickmod tools and jumpbox.Cesar G2014-07-041-15/+14
| | | | PHPBB3-12013
* [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-121-3/+3
| | | | PHPBB3-8041
* [ticket/11846] Replace empty p with margin-topVjacheslav Trushkin2013-09-151-4/+4
| | | | PHPBB3-11846
* [ticket/11095] Forward GET parameters into hidden fields for jumpbox.Oleg Pudeyev2012-11-291-0/+1
| | | | PHPBB3-11095
* [ticket/11095] Use get method in jumpboxes.Oleg Pudeyev2012-11-291-1/+1
| | | | PHPBB3-11095
* [ticket/11197] Prefix the css classes for the small arrow with "arrow"Marc Alexander2012-11-131-4/+4
| | | | | | | | It does not make sense to have classes named "right" and "left" produce a small arrow next to text. It should be made clear that an arrow will appear. PHPBB3-11197
* [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-101-2/+2
| | | | | | | Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
* [ticket/10293] Fixed the JavaScript in the jumpbox.Callum Macrae2011-07-261-1/+1
| | | | | | | | | | The current code is invalid, and results in an critical error which aborts the script before it gets to return false, thus allowing the form to submit with an invalid forum ID. This commit fixes that by referencing "this" instead of "document.jumpbox", which didn't exist because the form had no name. PHPBB3-10293
* IE is oddHenry Sudhof2008-02-011-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8366 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15939 (wrong "who is online" display if jumpbox disabled)Meik Sievertsen2007-12-051-0/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8262 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmm, let it not be clashed directly beneath buttonsMeik Sievertsen2007-10-191-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@8206 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm, switches could be more useful if not within a loop. ;) and :PMeik Sievertsen2007-10-191-10/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@8205 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Display "Return to" links on unwritable forums [Bug #14824]Nils Adermann2007-10-171-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8200 89ea8834-ac86-4346-8a33-228a782c2dd0
* #13860David M2007-08-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7997 89ea8834-ac86-4346-8a33-228a782c2dd0
* some more fixesMeik Sievertsen2007-07-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7875 89ea8834-ac86-4346-8a33-228a782c2dd0
* RTL changes with the help from arod-1 and dodo5000Meik Sievertsen2007-06-181-4/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@7776 89ea8834-ac86-4346-8a33-228a782c2dd0
* small changes - mostly style related to fix cross-browser issues.Meik Sievertsen2007-05-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7696 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10651David M2007-05-091-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7512 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10463David M2007-05-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7471 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to prosilver... YAAAYEEEEMeik Sievertsen2007-04-011-0/+31
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0