aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_users_signature.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15522] Improve color palette syntaxJakub Senko2019-05-091-1/+1
| | | | PHPBB3-15522
* [ticket/10073] Deduplicate posting buttons code in ACPJoas Schilling2014-05-291-63/+1
| | | | PHPBB3-10073
* [ticket/12080] Stop responsive ACP sig textarea from dropping to second line.Cesar G2014-02-161-1/+1
| | | | PHPBB3-12080
* [ticket/12060] Use separate template event for acp user signature posting ↵Matt Friedman2013-12-131-2/+2
| | | | | | buttons PHPBB3-12060
* [ticket/12060] Add template events posting_editor_buttons_before/afterMatt Friedman2013-12-041-0/+2
| | | | PHPBB3-12060
* [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] Update the ACP user signature page.Cesar G2013-11-121-34/+30
| | | | PHPBB3-11472
* [ticket/11472] Make prosilver's editor.js an asset used by all styles.Cesar G2013-11-121-1/+1
| | | | PHPBB3-11472
* [feature/editor-code-tabs] Apply code editor to everythingVjacheslav Trushkin2013-05-201-1/+1
| | | | | | | | Move code editor from prosilver to assets Apply code editor to subsilver2 Apply code editor to ACP elements where bbcode is allowed PHPBB3-11557
* [ticket/10780] Replace colon usage in adm template output with {L_COLON}Nathan Guse2012-11-101-5/+5
| | | | | | Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates PHPBB3-10780
* Merge branch 'develop-olympus' into developOleg Pudeyev2011-07-301-3/+2
|\ | | | | | | | | * develop-olympus: [ticket/8173] Removed some redundant code in the BBCode JavaScript.
| * Merge remote-tracking branch 'callumacrae/ticket/8173' into develop-olympusOleg Pudeyev2011-07-301-3/+2
| |\ | | | | | | | | | | | | | | | | | | | | | * 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-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-07-301-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10032] Fixed typos in bbcode button name.
| * | [ticket/10032] Fixed typos in bbcode button name.Callum Macrae2011-07-141-1/+1
| |/ | | | | | | | | | | addlistitem was addlitsitem. PHPBB3-10032
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
|/ | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* [ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".Andreas Fischer2010-10-151-1/+1
| | | | PHPBB3-9664
* [ticket/9535] Correctly set margin of textarea in ACP > Users signature for ↵Joas Schilling2010-05-161-3/+3
| | | | | | RTL languages. PHPBB3-9535
* fixed bug 44805 - extra initInsertions() calls neededJim Wigginton2009-08-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9951 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing tiny bugsMeik Sievertsen2007-11-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8232 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15038Henry Sudhof2007-11-051-1/+1
| | | | | | | I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
* #14850Meik Sievertsen2007-10-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8207 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-1/+1
| | | | | | | | | | | | #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
* #i62 - #i65Meik Sievertsen2007-09-221-10/+13
| | | | | | | 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-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@8074 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, a different approach due to IE... also tried to fix legend display for IE7.Meik Sievertsen2007-05-141-10/+10
| | | | | | | - this is not tested with IE6, Opera, etc - if you notice problems... ;) git-svn-id: file:///svn/phpbb/trunk@7573 89ea8834-ac86-4346-8a33-228a782c2dd0
* not ideal, but hey!Meik Sievertsen2007-05-141-2/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@7569 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9828, #10545, #10541, #10533, #10529, #10527, #10521, #10503, #10481Meik Sievertsen2007-05-061-3/+3
| | | | | | | | - more label fixes - simpler approach to get input cursor text git-svn-id: file:///svn/phpbb/trunk@7485 89ea8834-ac86-4346-8a33-228a782c2dd0
* #10461Jonathan Stanley2007-05-041-1/+1
| | | | | | | | | Rest of it... hurray++; for whenever stupid CSS classes need not be added and one can just do: input[type=text] { cursor: text; } git-svn-id: file:///svn/phpbb/trunk@7463 89ea8834-ac86-4346-8a33-228a782c2dd0
* #9618David M2007-04-051-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@7280 89ea8834-ac86-4346-8a33-228a782c2dd0
* #8006David M2007-02-171-0/+106
git-svn-id: file:///svn/phpbb/trunk@7003 89ea8834-ac86-4346-8a33-228a782c2dd0