filter preview: remove unnecessary checkbox

master
Andrew Dolgov 9 years ago
parent f48f292d2b
commit dbeef0ca67

@ -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")."'

Loading…
Cancel
Save