diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-08-26 08:07:19 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-08-26 08:07:19 +0100 |
| commit | 5b0a4ec43493545ff6fcd6dfd805f0dacbbd655a (patch) | |
| tree | 954fd766467fd90a820876378d6358ba04eedc20 | |
| parent | 9b30724847bcdcee2127d166f221b762d7981570 (diff) | |
inline feed editor improvements (2)
| -rw-r--r-- | backend.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/backend.php b/backend.php index 88fc5dcb3..5854a421b 100644 --- a/backend.php +++ b/backend.php @@ -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>"; |