filter preview: remove unnecessary checkbox

This commit is contained in:
Andrew Dolgov 2015-09-11 13:31:30 +03:00
parent f48f292d2b
commit dbeef0ca67

View file

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