Skip to content

Commit

Permalink
Merge pull request #130 from iMattPro/Update-abbc3-settings-explain-1
Browse files Browse the repository at this point in the history
Update abbc3 settings explain 1
  • Loading branch information
iMattPro authored Feb 16, 2024
2 parents 8fb64c8 + b2de151 commit 94b09a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions adm/style/acp_abbc3_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
{% INCLUDECSS '@vse_abbc3/acp_abbc3.css' %}

<img src="{{ ROOT_PATH }}ext/vse/abbc3/adm/images/abbc3logo.png" alt="{{ lang('ACP_ABBC3_MODULE') }}">

<p>{{ lang('ABBC3_SETTINGS_EXPLAIN', '<a href="https://www.phpbb.com/customise/db/extension/advanced_bbcode_box/faq/1551" target="_blank">', '<i class="icon fa-external-link fa-fw" aria-hidden="true"></i></a>') }}</p>
{% set LINK_FAQ = '<a href="https://www.phpbb.com/customise/db/extension/advanced_bbcode_box/faq/1551" target="_blank">' %}
{% set LINK_ME_EXT = '<a href="https://www.phpbb.com/customise/db/extension/mediaembed/" target="_blank">' %}
{% set LINK_ICON = '<i class="icon fa-external-link fa-fw" aria-hidden="true"></i></a>' %}
<p>{{ lang('ABBC3_SETTINGS_EXPLAIN', LINK_FAQ, LINK_ICON) }}</p>

<form id="abbc3_settings" method="post" action="{{ U_ACTION }}" data-ajax="true">
<fieldset>
Expand Down Expand Up @@ -46,7 +48,7 @@
</dl>
<dl>
<dt><label>{{ lang('ABBC3_BBVIDEO') ~ lang('COLON') }}</label><br><span>{{ lang('ABBC3_BBVIDEO_EXPLAIN') }}</span></dt>
<dd><span class="{{ S_ABBC3_MEDIA_EMBED ? 'success' : 'error' }}">{{ lang('ABBC3_MEDIA_EMBED_INSTALL', S_ABBC3_MEDIA_EMBED, '<a href="https://www.phpbb.com/customise/db/extension/mediaembed/" target="_blank">', '<i class="icon fa-external-link fa-fw" aria-hidden="true"></i></a>') }}</span></dd>
<dd><span class="{{ S_ABBC3_MEDIA_EMBED ? 'success' : 'error' }}">{{ lang('ABBC3_MEDIA_EMBED_INSTALL', S_ABBC3_MEDIA_EMBED, LINK_ME_EXT, LINK_ICON) }}</span></dd>
</dl>
<dl>
<dt><label for="abbc3_google_fonts">{{ lang('ABBC3_GOOGLE_FONTS') ~ lang('COLON') }}</label><br><span>{{ lang('ABBC3_GOOGLE_FONTS_INFO') }}{% if not S_ALLOW_CDN %}<br><br>{{ lang('ABBC3_GOOGLE_FONTS_NOTE') }}{% endif %}</span></dt>
Expand Down

0 comments on commit 94b09a9

Please sign in to comment.