{% 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', 'Times New Roman', 'Tahoma'] %} {% if S_ALLOW_CDN %}{% set safeFonts = safeFonts|merge(['Open Sans']) %}{% endif %} {% for font in safeFonts|sort %}
{{ font }} أبجد هوز حطي
{% endfor %}
{% for font in ['Traditional Arabic', 'Andalus', 'Microsoft Sans Serif', 'Arabic Typesetting', 'DecoType Naskh', 'PT Bold Heading', 'Sakkal Majalla'] %}
{{ 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 %}