mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-15 13:01:00 +02:00
filter preview: remove unnecessary checkbox
This commit is contained in:
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…
x
Reference in New Issue
Block a user