1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

[ticket/17291] Replace additional images w/ fonts & CSS

PHPBB3-17291

Signed-off-by: Matt Friedman <maf675@gmail.com>
This commit is contained in:
Matt Friedman
2024-02-25 08:24:47 -08:00
parent 690370fac0
commit 158ccd17ff
11 changed files with 54 additions and 39 deletions

View File

@@ -30,11 +30,11 @@
</div>
<div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}">
<a href="#" class="alert_close"></a>
<a href="#" class="alert_close">{{ Icon('font', 'circle-xmark', '', true) }}</a>
<h3 class="alert_title">&nbsp;</h3><p class="alert_text"></p>
</div>
<div id="phpbb_confirm" class="phpbb_alert">
<a href="#" class="alert_close"></a>
<a href="#" class="alert_close">{{ Icon('font', 'circle-xmark', '', true) }}</a>
<div class="alert_text"></div>
</div>
</div>