1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 03:01:28 +00:00

start work on OPML i/e

This commit is contained in:
Andrew Dolgov
2005-09-02 05:41:30 +01:00
parent 093c55a173
commit 10c5820d08
3 changed files with 18 additions and 4 deletions

View File

@@ -569,8 +569,13 @@
href=\"javascript:unreadSelectedFeeds()\">Mark as unread</a>&nbsp;
Page:
<a class=\"button\"
href=\"javascript:updateFeedList()\">Refresh</a>";
href=\"javascript:updateFeedList()\">Refresh</a>&nbsp;
OPML:
<a class=\"button\"
href=\"javascript:exportOPML()\">Import</a>&nbsp;
<a class=\"button\"
href=\"javascript:exportOPML()\">Export</a>";
}