View file phpbb/mediaembed/adm/style/event/acp_posting_buttons_custom_tags_before.html

File size: 227B
{% if S_BBCODE_MEDIA %}
	<input type="button" class="button2" accesskey="m" name="addmedia" value="Media" style="width: 50px" onclick="bbfontstyle('[media]', '[/media]');" title="{{ lang('BBCODE_MEDIA_HELP') }}" />
{% endif %}