1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 18:31:27 +00:00

purging of old posts is actually configurable now, added comments for some configuration options, interface cleanups

This commit is contained in:
Andrew Dolgov
2005-09-02 16:50:12 +01:00
parent f179a35d12
commit f92db4f5e7
3 changed files with 27 additions and 9 deletions

View File

@@ -562,11 +562,15 @@
<a class=\"button\"
href=\"javascript:editSelectedFeed()\">Edit</a>&nbsp;
<a class=\"buttonWarn\"
href=\"javascript:removeSelectedFeeds()\">Remove</a>&nbsp;
<a class=\"button\"
href=\"javascript:readSelectedFeeds()\">Mark as read</a>&nbsp;
<a class=\"button\"
href=\"javascript:unreadSelectedFeeds()\">Mark as unread</a>&nbsp;
href=\"javascript:removeSelectedFeeds()\">Remove</a>&nbsp;";
if (ENABLE_PREFS_CATCHUP_UNCATCHUP) {
print "
<a class=\"button\"
href=\"javascript:readSelectedFeeds()\">Mark as read</a>&nbsp;
<a class=\"button\"
href=\"javascript:unreadSelectedFeeds()\">Mark as unread</a>&nbsp;";
}
print "
All feeds:&nbsp;
<a class=\"button\" href=\"opml.php?op=Export\">Export OPML</a>";