1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/ajax] Generic error handling with a phpbb.alert box

PHPBB3-10270
This commit is contained in:
Igor Wiedler
2012-02-15 20:58:00 +01:00
parent 2f25173d93
commit 27199bb509
4 changed files with 21 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
{DEBUG_OUTPUT}
<!-- ENDIF -->
<div id="darkenwrapper">
<div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}">
<div id="darken">&nbsp;</div>
<div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div>
</div>