mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
headlines subtoolbar, misc api changes
This commit is contained in:
14
tt-rss.php
14
tt-rss.php
@@ -131,9 +131,7 @@
|
||||
<input type="submit"
|
||||
class="button" onclick="javascript:search()" value="Search">
|
||||
|
||||
|
||||
|
||||
View:
|
||||
View:
|
||||
|
||||
<select id="viewbox" onchange="javascript:viewCurrentFeed(0, '')">
|
||||
<option>All Articles</option>
|
||||
@@ -174,11 +172,19 @@
|
||||
|
||||
</select>
|
||||
|
||||
<!-- Selection:
|
||||
|
||||
<select id="headopbox">
|
||||
<option id="hopToggleRead">Toggle (un)read</option>
|
||||
</select>
|
||||
|
||||
<input class="button" type="submit" onclick="headopGo()" value="Go"> -->
|
||||
|
||||
Feed: <input class="button" type="submit"
|
||||
onclick="javascript:viewCurrentFeed(0, 'ForceUpdate')" value="Update">
|
||||
|
||||
<input class="button" type="submit" id="btnMarkFeedAsRead"
|
||||
onclick="javascript:viewCurrentFeed(0, 'MarkAllRead')" value="Mark as read">
|
||||
onclick="javascript:viewCurrentFeed(0, 'MarkAllRead')" value="Mark as read">
|
||||
|
||||
</td>
|
||||
<td align="right">
|
||||
|
||||
Reference in New Issue
Block a user