summaryrefslogtreecommitdiff
path: root/tt-rss.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 /tt-rss.php
parente8a429e3f80ea764d603b9f505e938e174fd0e64 (diff)
new style exception reporting
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php23
1 files changed, 9 insertions, 14 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 8f1dadd9e..5ab205e25 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -51,14 +51,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <div id="extendedErrorBox" style="display : none">
- <div id="xebTitle">Fatal Exception</div>
- <div id="xebContent">&nbsp;</div>
- <div align='center'>
- <input type="submit" onclick="closeErrorBox()" value="Close this window"/>
- </div>
- </div>
-
<script type="text/javascript">
//<![CDATA[
if (navigator.userAgent.match("Opera")) {
@@ -96,11 +88,6 @@
<div id="notify" class="notify"><span id="notify_body">&nbsp;</span></div>
-<div id="fatal_error"><div id="fatal_error_inner">
- <h1>Fatal Error</h1>
- <div id="fatal_error_msg">Unknown Error</div>
-</div></div>
-
<div id="dialog_overlay" style="display : none"> </div>
<script type="text/javascript">
@@ -112,7 +99,15 @@ window.onload = init;
<ul id="debug_output" style='display : none'><li>&nbsp;</li></ul>
-<div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
+<div id="infoBoxShadow" style="display : none"><div id="infoBox">&nbsp;</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="header">
<div class="topLinks">