aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_footer.html
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-02-15 20:58:00 +0100
committerIgor Wiedler <igor@wiedler.ch>2012-03-31 02:09:26 +0200
commit27199bb50954e22416e64154032e08801d0fbb6d (patch)
treedf63559b61f9b80f7d61c12d1b02926962dfaaa2 /phpBB/styles/prosilver/template/overall_footer.html
parent2f25173d931d00b31087913b1772b51f12623690 (diff)
downloadforums-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/styles/prosilver/template/overall_footer.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html
index 00de9029ec..ccc5b8b5de 100644
--- a/phpBB/styles/prosilver/template/overall_footer.html
+++ b/phpBB/styles/prosilver/template/overall_footer.html
@@ -25,7 +25,7 @@
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF -->
</div>
- <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">&nbsp;</div>
<div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div>
</div>