mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:45:55 +00:00
basic functionality pass 8
This commit is contained in:
@@ -43,8 +43,10 @@
|
||||
|
||||
$feed = "<a href=\"javascript:viewfeed($feed_id, 0);\">$feed</a>";
|
||||
print "<td id=\"FEEDN-$feed_id\">$feed</td>";
|
||||
print "<td id=\"FEEDU-$feed_id\">$unread</td>";
|
||||
print "<td id=\"FEEDT-$feed_id\">$total</td>";
|
||||
print "<td>";
|
||||
print "<span id=\"FEEDU-$feed_id\">$unread</span> / ";
|
||||
print "<span id=\"FEEDT-$feed_id\">$total</span>";
|
||||
print "</td>";
|
||||
|
||||
print "</tr>";
|
||||
++$lnum;
|
||||
|
||||
Reference in New Issue
Block a user