aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_buttons.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-221-22/+1
|\
| * [ticket/15422] Remove redundant BBCode helplinemrgoldy2019-09-041-22/+1
| | | | | | | | PHPBB3-15422
* | [ticket/15522] Improve color palette syntaxJakub Senko2019-05-091-1/+1
|/ | | | PHPBB3-15522
* [ticket/13043] Improve HTML5Jakub Senko2018-06-181-4/+1
| | | | PHPBB3-13043
* [ticket/14447] Remove trailing white spaces in ProsilverMatt Friedman2016-02-021-1/+1
| | | | PHPBB3-14447
* Merge pull request #3927 from hanakin/ticket/14199Marc Alexander2015-10-071-12/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-12/+12
| | | | | | | | PHPBB3-14199
* | [ticket/14193]Fix posting buttonsMichael Miday2015-10-031-13/+15
|/ | | | PHPBB3-14193
* [ticket/12769] Swap icons in posting_buttonsMichael Miday2015-09-171-14/+38
|
* [ticket/14139] Add class of IDs to html tagsMichael Miday2015-09-141-2/+2
|
* [ticket/13023] Add template event posting_editor_buttons_custom_tags_beforeTristan Darricau2014-11-161-0/+3
| | | | PHPBB3-13023
* [ticket/12372] Rename JS function dE() to phpbb.toggleDisplay()Marc Alexander2014-04-071-1/+1
| | | | PHPBB3-12372
* [ticket/12240] fontsize => size; fontcolor => color and added bbcode- in96Crizzo2014-03-031-3/+3
| | | | PHPBB3-12240
* [ticket/12240] Added class code for custom bbcodes based on bbcode_tagCrizzo2014-03-021-1/+1
| | | | PHPBB3-12240
* [ticket/12240] Added specific class name to posting buttonsCrizzo2014-03-021-13/+13
| | | | PHPBB3-12240
* [ticket/12060] Add template events posting_editor_buttons_before/afterMatt Friedman2013-12-041-0/+2
| | | | PHPBB3-12060
* [ticket/12028] Replace L_COLON with literal colons9e2013-11-211-1/+1
| | | | | | | | Replace L_COLON with literal colon in JavaScript context. [ci skip] PHPBB3-12028
* [ticket/10810] Update all palettes.Cesar G2013-11-131-1/+1
| | | | PHPBB3-10810
* [ticket/11472] Use {T_ASSETS_PATH}.Cesar G2013-11-121-1/+1
| | | | PHPBB3-11472
* [ticket/11472] Make the color swatch configurable and fix it in subsilver2Cesar G2013-11-121-1/+1
| | | | PHPBB3-11472
* [ticket/11472] Make prosilver's editor.js an asset used by all styles.Cesar G2013-11-121-1/+1
| | | | PHPBB3-11472
* Merge pull request #1436 from cyberalien/ticket/11563Nathan Guse2013-07-131-3/+0
|\ | | | | Fix subPanels() in forum_fn.js
| * [ticket/11563] Remove unused JS variablesVjacheslav Trushkin2013-07-111-3/+0
| | | | | | | | | | | | Remove unused JS variables from posting_buttons PHPBB3-11563
* | [feature/twig] INCLUDEJS behavior now supports local relative pathsNathaniel Guse2013-07-021-1/+1
| | | | | | | | | | | | | | | | | | This was done because T_TEMPLATE_PATH is not always correct for js files (e.g. the inheriting style does not include these). Now we use the Twig Loader to find the correct file to link to (most specific file first, then parent styles). Also allows using @namespace convention PHPBB3-11598
* | [feature/twig] Changing INCLUDEJS behavior slightlyNathaniel Guse2013-07-011-1/+1
| | | | | | | | | | | | | | Automatically parsing inline variables the same way it is done for INCLUDE, INCLUDEPHP PHPBB3-11598
* | [feature/twig] Changing INCLUDEJS behaviorNathan Guse2013-06-241-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | Was: <!-- INCLUDEJS template/foo.js --> Now: <!-- INCLUDEJS T_TEMPLATE_PATH ~ '/foo.js' --> Reasons for this: 1. INCLUDEJS is 3.1-dev only 2. INCLUDEJS has odd behavior to begin with (arbitrary setting root path to styles/name/ directory) 3. INCLUDEJS could not include files from outside directories or anywhere else 4. It was easier to change INCLUDEJS behavior to something more flexible and useful than hack around it to make it work as it was with Twig. PHPBB3-11598
* [ticket/11275] Do not use document.write() for color paletteVjacheslav Trushkin2013-04-121-23/+16
| | | | | | Replace document.write() for color palette function PHPBB3-11275
* [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
* Merge remote-tracking branch 'callumacrae/ticket/8173' into develop-olympusOleg Pudeyev2011-07-301-1/+1
|\ | | | | | | | | | | | | | | * callumacrae/ticket/8173: [ticket/8173] Removed some redundant code in the BBCode JavaScript. Conflicts: phpBB/adm/style/acp_users_signature.html
| * [ticket/8173] Removed some redundant code in the BBCode JavaScript.Callum Macrae2011-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following code can be found in the ACP, when changing a user's signature: t: '{ BBCODE_T_HELP }', The code that uses it and the code that produces it were changed or removed a while ago, but this code remained. In 2c4c1f9, the accesskey for the list item button was changed to y from t, explaining the origin of the redundant code - although it wasn't being used then, either. This commit also changes the helpline code of "[*]" to y, as the access key is y, so this makes it more consistent. PHPBB3-8173
* | [ticket/10032] Fixed typos in bbcode button name.Callum Macrae2011-07-141-1/+1
|/ | | | | | addlistitem was addlitsitem. PHPBB3-10032
* [ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of ↵Raimon2011-01-081-1/+1
| | | | | | T_TEMPLATE_PATH PHPBB3-9980
* [ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".Andreas Fischer2010-10-151-1/+1
| | | | PHPBB3-9664
* Hide font size options which are bigger than the allowed size in the editor. ↵Chris Smith2009-03-111-2/+6
| | | | | | #42615 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9365 89ea8834-ac86-4346-8a33-228a782c2dd0
* i thought i removed this ages ago... this only gives problems if you need to ↵Meik Sievertsen2007-10-201-18/+0
| | | | | | check for refresh, preview, attaching, poll editing, adding files, etc. Better handle error reporting within the code (we do not rely on JS code anyway). git-svn-id: file:///svn/phpbb/trunk@8209 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14850Meik Sievertsen2007-10-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8207 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i62 - #i65Meik Sievertsen2007-09-221-5/+5
| | | | | | | gone through every javascript invocation and making sure we adhere to our coding guidelines. git-svn-id: file:///svn/phpbb/trunk@8099 89ea8834-ac86-4346-8a33-228a782c2dd0
* stylistic fixes...Meik Sievertsen2007-08-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8074 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fixing some very very nasty opera bugs by changing the clearing method we use.Meik Sievertsen2007-06-291-2/+3
| | | | | | | - also properly apply preg_quote to some strings. git-svn-id: file:///svn/phpbb/trunk@7808 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10761David M2007-05-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7534 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixes for search button in header - #10389, #10225, #9548Meik Sievertsen2007-05-021-1/+30
| | | | | | | | | | | added missing colour swatch to prosilver - #8657 language changes - #10387, #10375, #10373, #10353, #10279 line-height for font size (still not ideal) - #10317 Search load setting checked in sessions.php along with limit_load and also reset if not possible to determine load - #10383 Fix editing issues - #9660 git-svn-id: file:///svn/phpbb/trunk@7451 89ea8834-ac86-4346-8a33-228a782c2dd0
* my take on getting the bugs down... thanks to those also providing (usable) ↵Meik Sievertsen2007-04-121-1/+1
| | | | | | solutions to the problem. ;) Of course also to those reporting generally... git-svn-id: file:///svn/phpbb/trunk@7330 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9620Dominik Dröscher2007-04-091-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7319 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to prosilver... YAAAYEEEEMeik Sievertsen2007-04-011-0/+92
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0