diff options
author | Callum Macrae <callum@lynxphp.com> | 2011-08-24 11:42:39 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-03-31 02:09:14 +0200 |
commit | 420de9c9a0a638135da147a498436dbe7abfd4bd (patch) | |
tree | 6e37bbc1b3caac272cc100f92830ff67a7766fe9 /phpBB/adm | |
parent | 6efb9dd0b6e0119009d5b10d198722ba2b19f0e2 (diff) | |
download | forums-420de9c9a0a638135da147a498436dbe7abfd4bd.tar forums-420de9c9a0a638135da147a498436dbe7abfd4bd.tar.gz forums-420de9c9a0a638135da147a498436dbe7abfd4bd.tar.bz2 forums-420de9c9a0a638135da147a498436dbe7abfd4bd.tar.xz forums-420de9c9a0a638135da147a498436dbe7abfd4bd.zip |
[ticket/10270] Moved some HTML from the JavaScript to overall_footer.
PHPBB3-10270
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/overall_footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index 3740122d9b..625121f1bd 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -18,6 +18,11 @@ {DEBUG_OUTPUT} <!-- ENDIF --> + <div id="darkenwrapper"> + <div id="darken"> </div> + <div class="jalert" id="loadingalert"><h3>{L_LOADING}</h3><p>{L_PLEASE_WAIT}</p></div> + </div> + <!-- tmp --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script src="../styles/script.js"></script> |