summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-26 08:07:19 +0100
committerAndrew Dolgov <[email protected]>2005-08-26 08:07:19 +0100
commit5b0a4ec43493545ff6fcd6dfd805f0dacbbd655a (patch)
tree954fd766467fd90a820876378d6358ba04eedc20 /backend.php
parent9b30724847bcdcee2127d166f221b762d7981570 (diff)
inline feed editor improvements (2)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php3
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>";