inline feed editor improvements (2)
This commit is contained in:
parent
9b30724847
commit
5b0a4ec434
1 changed files with 1 additions and 2 deletions
|
@ -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>";
|
||||
|
|
Loading…
Reference in a new issue