mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 17:09:14 +00:00
new style exception reporting
This commit is contained in:
14
prefs.php
14
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> </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"> </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"> </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">
|
||||
|
||||
Reference in New Issue
Block a user