diff options
author | Crizzo <mail@crizzo.de> | 2014-03-02 20:30:09 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-02 20:30:09 +0100 |
commit | 281df15a5362c60e6b6f3cc35937eb7c020bcca4 (patch) | |
tree | bc7f45e404f864abde0e8dc6e32f0bd3f777759d /phpBB/styles | |
parent | 046b1b9d9842e8b908ff9c67cee2bd9d669055f6 (diff) | |
download | forums-281df15a5362c60e6b6f3cc35937eb7c020bcca4.tar forums-281df15a5362c60e6b6f3cc35937eb7c020bcca4.tar.gz forums-281df15a5362c60e6b6f3cc35937eb7c020bcca4.tar.bz2 forums-281df15a5362c60e6b6f3cc35937eb7c020bcca4.tar.xz forums-281df15a5362c60e6b6f3cc35937eb7c020bcca4.zip |
[ticket/12240] Added class code for custom bbcodes based on bbcode_tag
PHPBB3-12240
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/posting_buttons.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html index 7a169575cc..0fe593e7d8 100644 --- a/phpBB/styles/prosilver/template/posting_buttons.html +++ b/phpBB/styles/prosilver/template/posting_buttons.html @@ -93,7 +93,7 @@ </select> <input type="button" class="button2 bbcode-fontcolor" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}" /> <!-- BEGIN custom_tags --> - <input type="button" class="button2" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" /> + <input type="button" class="button2 {custom_tags.BBCODE_TAG_CLEAN}" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" /> <!-- END custom_tags --> </div> <!-- EVENT posting_editor_buttons_after --> |