Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ticket/12240 - Adds specific class to BBCode-Buttons in Template incl. Custom-BBCode support #2074

Merged
merged 4 commits into from
Mar 9, 2014

Conversation

Crizz0
Copy link
Member

@Crizz0 Crizz0 commented Mar 2, 2014

Adds specific class to BBCode-Buttons in Template incl. Custom-BBCode support.

http://tracker.phpbb.com/browse/PHPBB3-12240

@prototech
Copy link
Contributor

subsilver2?

@Crizz0
Copy link
Member Author

Crizz0 commented Mar 2, 2014

I don't like this style, so i forget it always. But i will do it now. ;)

<!-- 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}" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be bbcode-{custom_tags.BBCODE_TAG_CLEAN}

EXreaction added a commit that referenced this pull request Mar 9, 2014
Ticket/12240 - Adds specific class to BBCode-Buttons in Template incl. Custom-BBCode support
@EXreaction EXreaction merged commit c305bd2 into phpbb:develop Mar 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants