]> git.wh0rd.org - tt-rss.git/commitdiff
inline feed editor improvements (2)
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 26 Aug 2005 07:07:19 +0000 (08:07 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 26 Aug 2005 07:07:19 +0000 (08:07 +0100)
backend.php

index 88fc5dcb32b9163f5f7dba251e46b72deb539c0f..5854a421bfd87b6cb2b11e7eb1ed8808d218af85 100644 (file)
 
                        } 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>";