]> git.wh0rd.org - tt-rss.git/commitdiff
filter preview: remove unnecessary checkbox
authorAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Fri, 11 Sep 2015 10:31:30 +0000 (13:31 +0300)
committerAndrew Dolgov <noreply@madoka.volgo-balt.ru>
Fri, 11 Sep 2015 10:31:30 +0000 (13:31 +0300)
classes/pref/filters.php

index 427ce79a1571ee88b13ffee6a55851325c5d94e6..e2fedb1174ee314f1cd909f72016d15562d334a1 100755 (executable)
@@ -142,8 +142,10 @@ class Pref_Filters extends Handler_Protected {
 
                                        $content_preview = $line["content_preview"];
 
-                                       $tmp = "<tr style='margin-top : 5px'><td width='5%' align='center'><input dojoType=\"dijit.form.CheckBox\"
-                                               checked=\"1\" disabled=\"1\" type=\"checkbox\"></td>";
+                                       $tmp = "<tr style='margin-top : 5px'>";
+
+                                       #$tmp .= "<td width='5%' align='center'><input dojoType=\"dijit.form.CheckBox\"
+                                       #       checked=\"1\" disabled=\"1\" type=\"checkbox\"></td>";
 
                                        $id = $line['id'];
                                        $tmp .= "<td width='5%' align='center'><img style='cursor : pointer' title='".__("Preview article")."'