filter preview: remove unnecessary checkbox
This commit is contained in:
parent
f48f292d2b
commit
dbeef0ca67
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue