mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
fix pref-tabs display for IE7
This commit is contained in:
@@ -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()">
|
||||
|
||||
Reference in New Issue
Block a user