mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/16237] Add flash back for now
PHPBB3-16237
This commit is contained in:
@@ -73,6 +73,11 @@
|
|||||||
{{ Icon('iconify', 'mdi:link-variant', '', true, 'c-button-icon') }}
|
{{ Icon('iconify', 'mdi:link-variant', '', true, 'c-button-icon') }}
|
||||||
</button>
|
</button>
|
||||||
<!-- ENDIF -->
|
<!-- 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}">
|
<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') }}
|
{{ Icon('iconify', 'fa:tint', '', true, 'c-button-icon') }}
|
||||||
</button>
|
</button>
|
||||||
|
Reference in New Issue
Block a user