aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/overall_footer.html
diff options
context:
space:
mode:
authorCallum Macrae <callum@lynxphp.com>2011-11-18 17:31:10 +0000
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:22 +0200
commit2189efadc624deb515df1ba04c232724a2f8eae3 (patch)
tree8c395ac9ea5d0a1a4c58c8beaaa0cf7290b7f9db /phpBB/adm/style/overall_footer.html
parent0d83e8725bfa51427a629fb540daf16035492a97 (diff)
downloadforums-2189efadc624deb515df1ba04c232724a2f8eae3.tar
forums-2189efadc624deb515df1ba04c232724a2f8eae3.tar.gz
forums-2189efadc624deb515df1ba04c232724a2f8eae3.tar.bz2
forums-2189efadc624deb515df1ba04c232724a2f8eae3.tar.xz
forums-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.html2
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>