Skip to content

Commit

Permalink
Update ACP icons
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Mar 4, 2024
1 parent 5d0752f commit 3034ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adm/style/acp_abbc3_settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="{{ ROOT_PATH }}ext/vse/abbc3/adm/images/abbc3logo.png" alt="{{ lang('ACP_ABBC3_MODULE') }}">
{% 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>' %}
{% set LINK_ICON = Icon('font', 'arrow-up-right-from-square', '', true) %}
<p>{{ lang('ABBC3_SETTINGS_EXPLAIN', LINK_FAQ, LINK_ICON) }}</p>

<form id="abbc3_settings" method="post" action="{{ U_ACTION }}" data-ajax="true">
Expand Down
2 changes: 1 addition & 1 deletion adm/style/event/acp_overall_footer_after.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="toast hidden" id="abbc3-successbox">
<div class="toast-content">
<i class="fa fa-check-circle toast-check"></i>
{{ Icon('font', 'circle-check', '', true, 'toast-check') }}
<div class="toast-message">
<span class="toast-text toast-text-info">{{ lang('INFORMATION') }}</span>
<span class="toast-text toast-text-body">{{ lang('ABBC3_BBCODE_ORDERED') }}</span>
Expand Down

0 comments on commit 3034ed4

Please sign in to comment.