summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-29 04:11:48 +0100
committerAndrew Dolgov <[email protected]>2006-03-29 04:11:48 +0100
commit01b3e1919a5c99d21c0db8c13f1883320940c147 (patch)
tree5de4be740ff1b5c10c99a13ccd84f48b2f273002 /tt-rss.php
parent9d87df8f60f2c049de57faae1c827d457be1e7ea (diff)
split backend rpc, various interface improvements
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php23
1 files changed, 0 insertions, 23 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 68ab5268c..1184abc7d 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -127,34 +127,11 @@ window.onload = init;
</div>
</td></tr>
<tr><td height="100%" width="100%" valign="top">
-
- <? 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="feedsFrameWithActions"> </iframe>
-
- <div align="center">
-
- <select id="allFeedsChooser" onchange="allFeedsMenuChange()">
- <option selected>All feeds...</option>
- <? if (!ENABLE_UPDATE_DAEMON) { ?>
- <option>Update</option>
- <? } ?>
- <option>Mark as read</option>
- <option>Show only unread</option>
- </select>
-
- </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>