1
0
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:
Andrew Dolgov
2007-05-17 07:33:52 +01:00
parent f335e9659d
commit 1f8274d3c1
3 changed files with 8 additions and 6 deletions

View File

@@ -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>