]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.php
toggle hide/display only unread feeds, All feeds: button ops changed into selector
[tt-rss.git] / tt-rss.php
index a78a41f7a73c10918a4da47e51de313f6c9f1224..34639c64fe33539df91455cc4518f6f07cebc930 100644 (file)
                        src="backend.php?op=error&msg=Loading,%20please wait..."
                        id="feeds-frame" name="feeds-frame" class="feedsFrame"> </iframe>
        
-               <p align="center">All feeds:
+               <div align="center">All feeds: 
                
-               <input class="button" type="submit"     
-                       onclick="javascript:scheduleFeedUpdate(true)" value="Update">
-                               
-               <input class="button" type="submit"     
-                       onclick="javascript:catchupAllFeeds()" value="Mark as read">
+               <select id="allFeedsChooser">
+                       <option>Update</option>
+                       <option>Mark as read</option>
+                       <option>Toggle display read</option>
+               </select>
 
-               </p>
+               <input type="submit" class="button" onclick="allFeedsMenuGo()" value="Go">
+
+               </div>
 
        </td>
        <td valign="top" class="headlinesToolbarBox">