mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 14:41:28 +00:00
filter preview: remove unnecessary checkbox
This commit is contained in:
@@ -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")."'
|
||||||
|
|||||||
Reference in New Issue
Block a user