1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

disable feed toolbar catchup button when catchup is not applicable

This commit is contained in:
Andrew Dolgov
2005-10-17 04:25:44 +01:00
parent b6644d296a
commit a7de14fce1
3 changed files with 15 additions and 1 deletions

View File

@@ -110,7 +110,7 @@
&nbsp;Feed: <input class="button" type="submit"
onclick="javascript:viewCurrentFeed(0, 'ForceUpdate')" value="Update">
<input class="button" type="submit"
<input class="button" type="submit" id="btnMarkFeedAsRead"
onclick="javascript:viewCurrentFeed(0, 'MarkAllRead')" value="Mark as read">
</td>