{% if not ABBC3_BBCODE_ICONS.bold %}
{% endif %}
{% if not ABBC3_BBCODE_ICONS.italic %}
{% endif %}
{% if not ABBC3_BBCODE_ICONS.underline %}
{% endif %}
{% if S_BBCODE_QUOTE %}
{% if not ABBC3_BBCODE_ICONS.quote %}
{% endif %}
{% endif %}
{% if not ABBC3_BBCODE_ICONS.code %}
{% endif %}
{% if not ABBC3_BBCODE_ICONS.listb %}
{% endif %}
{% if not ABBC3_BBCODE_ICONS.bold %}
{% endif %}
{% if not ABBC3_BBCODE_ICONS.listitem %}
{% endif %}
{% if S_BBCODE_IMG %}
{% if not ABBC3_BBCODE_ICONS.img %}
{% endif %}
{% endif %} {% if S_LINKS_ALLOWED %}
{% if not ABBC3_BBCODE_ICONS.url %}
{% endif %}
{% endif %} {% if S_BBCODE_FLASH %}
{% if not ABBC3_BBCODE_ICONS.flash %}
{% endif %}
{% endif %} {% if S_BBCODE_MEDIA %}
{% if not ABBC3_BBCODE_ICONS.media %}
{% endif %}
{% endif %}
{% if not ABBC3_BBCODE_ICONS.fontcolor %}
{% endif %}
{{ lang('FONT_TINY') }}
{{ lang('FONT_SMALL') }}
{{ lang('FONT_NORMAL') }}
{% if not MAX_FONT_SIZE or MAX_FONT_SIZE >= 150 %}
{{ lang('FONT_LARGE') }}
{% if not MAX_FONT_SIZE or MAX_FONT_SIZE >= 200 %}
{{ lang('FONT_HUGE') }}
{% endif %} {% endif %}
{% if not ABBC3_BBCODE_ICONS.copy %}
{% endif %}
{% if not ABBC3_BBCODE_ICONS.paste %}
{% endif %}
{% if not ABBC3_BBCODE_ICONS.plain %}
{% endif %}
{% EVENT vse_abbc3_posting_editor_buttons_custom_tags_before %}
{% if custom_tags %}
{% EVENT vse_abbc3_posting_editor_buttons_custom_tags_prepend %} {% for custom_tag in custom_tags %} {% if custom_tag.S_CUSTOM_BBCODE_ALLOWED %} {% if custom_tag.BBCODE_TAG == 'font=' or custom_tag.BBCODE_TAG == 'font' %}
{{ lang('ABBC3_FONT_BBCODE') }}
{% set safeFonts = ['Arial', 'Arial Black', 'Comic Sans MS', 'Courier New', 'Georgia', 'Impact', 'Times New Roman', 'Tahoma', 'Trebuchet MS', 'Verdana'] %} {% if S_ALLOW_CDN %}{% set safeFonts = safeFonts|merge(['Open Sans']) %}{% endif %} {% for font in safeFonts|sort %}
{{ font }}
{% endfor %}
{% for font in ['Bradley Hand ITC', 'Century Gothic', 'Curlz MT', 'cursive', 'fantasy', 'French Script MT', 'Garamond', 'Garamond Bold', 'Goudy Stout', 'Helvetica', 'monospace', 'OCR A Extended', 'Script MT Bold'] %}
{{ font }}
{% endfor %}
{% for font in ['Lucida Console', 'Lucida Sans Unicode', 'MS Mincho', 'Palatino Linotype', 'Symbol'] %}
{{ font }}
{% endfor %}
{% else %}
{{ not custom_tag.BBCODE_IMG ? custom_tag.BBCODE_TAG }}
{% endif %} {% endif %} {% endfor %} {% EVENT vse_abbc3_posting_editor_buttons_custom_tags_append %}
{% endif %}