diff options
author | 2011-11-18 17:31:10 +0000 | |
---|---|---|
committer | 2012-03-31 02:09:22 +0200 | |
commit | 2189efadc624deb515df1ba04c232724a2f8eae3 (patch) | |
tree | 8c395ac9ea5d0a1a4c58c8beaaa0cf7290b7f9db /phpBB/adm/style/overall_footer.html | |
parent | [ticket/10272] Made a JS selector less specific. (diff) | |
download | phpbb-2189efadc624deb515df1ba04c232724a2f8eae3.tar.gz phpbb-2189efadc624deb515df1ba04c232724a2f8eae3.tar.bz2 phpbb-2189efadc624deb515df1ba04c232724a2f8eae3.zip |
[ticket/10270] Moved the AJAX error langyage entries to the footer.
PHPBB3-10270
Diffstat (limited to 'phpBB/adm/style/overall_footer.html')
-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 5daaa4c6db..549b6995af 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -23,7 +23,7 @@ <div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div> </div> - <div id="phpbb_alert" class="phpbb_alert"> + <div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}"> <a href="#"><img src="images/alert_close.png" class="alert_close" /></a> <h3 class="alert_title"></h3><p class="alert_text"></p> </div> |