summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-15 11:18:01 +0100
committerAndrew Dolgov <[email protected]>2005-11-15 11:18:01 +0100
commit7a991cac30acd4cbf4cca474765250b186d5fde7 (patch)
treeef5d7f9c7455ffcef9ba310d2cea63d4c6ecf2e5 /tt-rss.php
parent3745788e891932ba47ea4efe8d448e9f8d9ca359 (diff)
option DISPLAY_FEEDLIST_ACTIONS, consolidate actions in one dropbox
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php15
1 files changed, 12 insertions, 3 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 34639c64f..8a2154957 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -61,7 +61,9 @@
<iframe frameborder="0"
src="backend.php?op=error&msg=Loading,%20please wait..."
id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
-
+
+ <? if (DISPLAY_FEEDLIST_ACTIONS) { ?>
+
<div align="center">All feeds:
<select id="allFeedsChooser">
@@ -74,6 +76,8 @@
</div>
+ <? } ?>
+
</td>
<td valign="top" class="headlinesToolbarBox">
<table width="100%" cellpadding="0" cellspacing="0">
@@ -139,11 +143,16 @@
<td align="right">
Actions: <select id="quickMenuChooser">
<option selected>Preferences</option>
- <option disabled>-----</option>
- <option disabled>Feed actions:</option>
+ <option disabled>--------</option>
+ <option style="color : #5050aa" disabled>Feed actions:</option>
<option>&nbsp;&nbsp;Add new feed</option>
<option>&nbsp;&nbsp;Remove this feed</option>
<!-- <option>Edit this feed</option> -->
+ <option disabled>--------</option>
+ <option style="color : #5050aa" disabled>All feeds:</option>
+ <option>&nbsp;&nbsp;Update</option>
+ <option>&nbsp;&nbsp;Mark as read</option>
+ <option>&nbsp;&nbsp;Toggle display read</option>
</select>
<input type="submit" class="button" onclick="quickMenuGo()" value="Go">
</td>