summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-05-19 13:00:35 +0100
committerAndrew Dolgov <[email protected]>2008-05-19 13:00:35 +0100
commit08827aafd72ccc84d8856e3a7a07abd7d93fad33 (patch)
treebb92ccac64676dde0087ae0602a259268f71eaac /prefs.php
parentd9e4bba015b7095673fe8d35315bff41bb1f6bcd (diff)
prefs: add loading progressbar
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index d411a3704..8a483d70c 100644
--- a/prefs.php
+++ b/prefs.php
@@ -69,6 +69,24 @@
<body>
+<div id="overlay">
+ <div id="overlay_inner">
+ <?php echo __("Loading, please wait...") ?>
+
+ <div id="l_progress_o">
+ <div id="l_progress_i"></div>
+ </div>
+
+ <noscript>
+ <div class="error"><?php echo
+ __("Your browser doesn't support Javascript, which is required
+ for this application to function properly. Please check your
+ browser settings.") ?></div>
+ </noscript>
+ </div>
+</div>
+
+
<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
<?php rounded_table_start("hho"); ?>
<?php include "help/4.php" ?>