mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 14:17:11 +00:00
switch pref tabs back to old-style due to compatibility issues
This commit is contained in:
@@ -93,6 +93,7 @@ window.onload = init;
|
||||
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
|
||||
</div>
|
||||
|
||||
<div id="prefTabs">
|
||||
<div class="return">
|
||||
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
|
||||
</div>
|
||||
@@ -117,6 +118,7 @@ window.onload = init;
|
||||
<div id="userConfigTab" class="prefsTab"
|
||||
onclick="selectTab('userConfig')"><?php echo __('User Manager') ?></div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<div id="prefContent">
|
||||
<p><?php echo __('Loading, please wait...') ?></p>
|
||||
|
||||
Reference in New Issue
Block a user