diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-02-15 20:58:00 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:09:26 +0200 |
commit | 27199bb50954e22416e64154032e08801d0fbb6d (patch) | |
tree | df63559b61f9b80f7d61c12d1b02926962dfaaa2 /phpBB/adm/style | |
parent | 2f25173d931d00b31087913b1772b51f12623690 (diff) | |
download | forums-27199bb50954e22416e64154032e08801d0fbb6d.tar forums-27199bb50954e22416e64154032e08801d0fbb6d.tar.gz forums-27199bb50954e22416e64154032e08801d0fbb6d.tar.bz2 forums-27199bb50954e22416e64154032e08801d0fbb6d.tar.xz forums-27199bb50954e22416e64154032e08801d0fbb6d.zip |
[feature/ajax] Generic error handling with a phpbb.alert box
PHPBB3-10270
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/overall_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index 549b6995af..dfe161fd76 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -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"> </div> <div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div> </div> |