summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-29 20:49:55 +0100
committerAndrew Dolgov <[email protected]>2005-11-29 20:49:55 +0100
commitf69ea84d78999181ab9896b6d740b5decc5dd988 (patch)
tree15674a0d20c57f40b1700f4451b7db15ff8848c5 /tt-rss.php
parent19c9cb114369de1ecac86d147f08fd78c974eb07 (diff)
fix feeds frame display if DISPLAY_FEEDLIST_ACTIONS is enabled
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php16
1 files changed, 9 insertions, 7 deletions
diff --git a/tt-rss.php b/tt-rss.php
index cb2021fde..20ae6c27b 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -89,16 +89,11 @@
</td></tr>
<tr><td height="100%" width="100%" valign="top">
- <!-- <div id="feeds">&nbsp;</div> -->
-
+ <? if (get_pref($link, 'DISPLAY_FEEDLIST_ACTIONS')) { ?>
<iframe frameborder="0"
src="backend.php?op=error&msg=Loading,%20please wait..."
- id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
-
- </td></tr></table>
-
- <? if (get_pref($link, 'DISPLAY_FEEDLIST_ACTIONS')) { ?>
+ id="feeds-frame" name="feeds-frame" class="feedsFrameWithActions"> </iframe>
<div align="center">All feeds:
@@ -112,9 +107,16 @@
</div>
+ <? } else { ?>
+
+ <iframe frameborder="0"
+ src="backend.php?op=error&msg=Loading,%20please wait..."
+ id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
<? } ?>
+ </td></tr></table>
+
</td>
<td valign="top" class="headlinesToolbarBox">
<table width="100%" cellpadding="0" cellspacing="0">