|
|
|
@ -82,8 +82,6 @@ window.onload = init;
|
|
|
|
|
|
|
|
|
|
<ul id="debug_output"></ul>
|
|
|
|
|
|
|
|
|
|
<div id="notify" class="notify"><span id="notify_body"> </span></div>
|
|
|
|
|
|
|
|
|
|
<div id="fatal_error"><div id="fatal_error_inner">
|
|
|
|
|
<h1>Fatal Error</h1>
|
|
|
|
|
<div id="fatal_error_msg"><?php echo __('Unknown Error') ?></div>
|
|
|
|
@ -134,6 +132,8 @@ window.onload = init;
|
|
|
|
|
</noscript>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="notify" class="notify"><span id="notify_body"> </span></div>
|
|
|
|
|
|
|
|
|
|
<div id="prefFooter">
|
|
|
|
|
<?php if (defined('_DEBUG_USER_SWITCH')) { ?>
|
|
|
|
|
<select id="userSwitch" onchange="userSwitch()">
|
|
|
|
|