We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeaa06 commit 176153bCopy full SHA for 176153b
1 file changed
styles/all/template/event/posting_editor_buttons_custom_tags_before.html
@@ -1,5 +1,5 @@
1
{% if S_BBCODE_MEDIA %}
2
<button type="button" class="button button-icon-only bbcode-media" accesskey="m" name="addmedia" value="Media" onclick="bbfontstyle('[media]', '[/media]');" title="{{ lang('BBCODE_MEDIA_HELP') }}">
3
- {{ Icon('iconify', 'mdi:television-play', '', true, 'c-button-icon') }}
+ {{ Icon('font', 'tv', '', true, 'fas c-button-icon') }}
4
</button>
5
{% endif %}
0 commit comments