mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-04 14:29:15 +00:00
code cleanups, start work on sepUpdateFeed mechanism
This commit is contained in:
14
tt-rss.php
14
tt-rss.php
@@ -28,8 +28,18 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top" rowspan="2" id="feeds" class="feeds">
|
||||
|
||||
<td valign="top" rowspan="2" class="feeds">
|
||||
|
||||
<div id="feeds"> </div>
|
||||
|
||||
<p align="center">All feeds:
|
||||
|
||||
<a class="button"
|
||||
href="javascript:scheduleFeedUpdate(true)">Update</a>
|
||||
|
||||
<a class="button"
|
||||
href="javascript:catchupAllFeeds()">Mark as read</a></p>
|
||||
|
||||
</td>
|
||||
<td id="headlines" class="headlines" valign="top">
|
||||
Please select the feed.
|
||||
|
||||
Reference in New Issue
Block a user