mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16237] Add flash back for now
PHPBB3-16237
This commit is contained in:
parent
f7dfff7cf0
commit
e904ac891c
1 changed files with 5 additions and 0 deletions
|
@ -73,6 +73,11 @@
|
|||
{{ Icon('iconify', 'mdi:link-variant', '', true, 'c-button-icon') }}
|
||||
</button>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_BBCODE_FLASH -->
|
||||
<button type="button" class="button button-icon-only bbcode-flash" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}">
|
||||
{{ Icon('iconify', 'fa:flash', '', true, 'c-button-icon') }}
|
||||
</button>
|
||||
<!-- ENDIF -->
|
||||
<button type="button" class="button button-icon-only bbcode-color" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}">
|
||||
{{ Icon('iconify', 'fa:tint', '', true, 'c-button-icon') }}
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue