summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-23 18:19:17 +0100
committerAndrew Dolgov <[email protected]>2009-01-23 18:19:17 +0100
commit273d1e293e63a27f28a4df7cd603d59d206907ef (patch)
tree043198d5f4d39d99ce0c621a226b139986496335 /prefs.php
parente8a429e3f80ea764d603b9f505e938e174fd0e64 (diff)
new style exception reporting
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/prefs.php b/prefs.php
index bd29bd8b2..7223b3b3d 100644
--- a/prefs.php
+++ b/prefs.php
@@ -78,7 +78,6 @@
</div>
</div>
-
<div id="hotkey_help_overlay" style="display : none" onclick="Element.hide(this)">
<?php rounded_table_start("hho"); ?>
<?php include "help/4.php" ?>
@@ -96,11 +95,6 @@ window.onload = init;
<ul id="debug_output" style='display : none'><li>&nbsp;</li></ul>
-<div id="fatal_error"><div id="fatal_error_inner">
- <h1>Fatal Error</h1>
- <div id="fatal_error_msg"><?php echo __('Unknown Error') ?></div>
-</div></div>
-
<div id="prefHeader">
<div class="topLinks">
<?php if (!SINGLE_USER_MODE) { ?>
@@ -160,6 +154,14 @@ window.onload = init;
<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
<div id="infoBoxShadow"><div id="infoBox">BAH</div></div>
+<div id="errorBoxShadow" style="display : none">
+ <div id="errorBox">
+ <div id="xebTitle">Fatal Exception</div><div id="xebContent">&nbsp;</div>
+ <div id="xebBtn" align='center'><input type="submit"
+ onclick="closeErrorBox()" value="Close this window"/></div>
+ </div>
+</div>
+
<div id="dialog_overlay" style="display : none"> </div>
<div id="prefFooter">