diff options
author | Callum Macrae <callum@lynxphp.com> | 2011-11-18 17:31:10 +0000 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:09:22 +0200 |
commit | 2189efadc624deb515df1ba04c232724a2f8eae3 (patch) | |
tree | 8c395ac9ea5d0a1a4c58c8beaaa0cf7290b7f9db /phpBB/styles | |
parent | 0d83e8725bfa51427a629fb540daf16035492a97 (diff) | |
download | forums-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/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 542bdf45f1..00de9029ec 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -30,7 +30,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="{T_THEME_PATH}/images/alert_close.png" class="alert_close" /></a> <h3 class="alert_title"></h3><p class="alert_text"></p> </div> diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index b5bbdf4f3e..5e095d0a0d 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -90,7 +90,7 @@ </head> -<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}"> +<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> <div id="wrap"> <a id="top" accesskey="t"></a> |