diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2013-05-20 14:51:05 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2013-05-20 14:51:05 -0500 |
commit | fd4043526d9008de30ee82b4ea38efaef01796d0 (patch) | |
tree | befb34873a75fd80ce79ba0a066e757c3c04da56 /phpBB/adm/style | |
parent | 778658f7876db462fdc37fdfa91c02ad0c4baea1 (diff) | |
parent | 67053d0b4efdffa12ba6dce40a0f556a9f88f46c (diff) | |
download | forums-fd4043526d9008de30ee82b4ea38efaef01796d0.tar forums-fd4043526d9008de30ee82b4ea38efaef01796d0.tar.gz forums-fd4043526d9008de30ee82b4ea38efaef01796d0.tar.bz2 forums-fd4043526d9008de30ee82b4ea38efaef01796d0.tar.xz forums-fd4043526d9008de30ee82b4ea38efaef01796d0.zip |
Merge remote-tracking branch 'remotes/cyberalien/ticket/11279' into develop
# By Vjacheslav Trushkin
# Via Vjacheslav Trushkin
* remotes/cyberalien/ticket/11279:
[ticket/11279] Log error in console
[ticket/11279] Clearer AJAX errors
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 72908e4b9d..54ed4dcc9e 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" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}"> + <div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}"> <div id="darken"> </div> <div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div> </div> |