1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 11:45:56 +00:00

inline feed editor improvements (2)

This commit is contained in:
Andrew Dolgov
2005-08-26 08:07:19 +01:00
parent 9b30724847
commit 5b0a4ec434

View File

@@ -559,8 +559,7 @@
} else if ($feed_id != $edit_feed_id) {
print "<td><input onclick='toggleSelectRow(this);'
type=\"checkbox\" id=\"FRCHK-".$line["id"]."\"></td>";
print "<td><input disabled=\"true\" type=\"checkbox\" id=\"FRCHK-".$line["id"]."\"></td>";
print "<td>".$line["title"]."</td>";
print "<td>".$line["feed_url"]."</td>";