summaryrefslogtreecommitdiff
path: root/classes/pref/filters.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-09-11 13:31:30 +0300
committerAndrew Dolgov <[email protected]>2015-09-11 13:31:30 +0300
commitdbeef0ca670df713b448d317bd47f47d135e5b8f (patch)
tree97662a2ef7a66ff3dfad1a65a4148a331ad62efd /classes/pref/filters.php
parentf48f292d2b9c3274aeb742c343df1d2f536a6a65 (diff)
filter preview: remove unnecessary checkbox
Diffstat (limited to 'classes/pref/filters.php')
-rwxr-xr-xclasses/pref/filters.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/classes/pref/filters.php b/classes/pref/filters.php
index 427ce79a1..e2fedb117 100755
--- a/classes/pref/filters.php
+++ b/classes/pref/filters.php
@@ -142,8 +142,10 @@ class Pref_Filters extends Handler_Protected {
$content_preview = $line["content_preview"];
- $tmp = "<tr style='margin-top : 5px'><td width='5%' align='center'><input dojoType=\"dijit.form.CheckBox\"
- checked=\"1\" disabled=\"1\" type=\"checkbox\"></td>";
+ $tmp = "<tr style='margin-top : 5px'>";
+
+ #$tmp .= "<td width='5%' align='center'><input dojoType=\"dijit.form.CheckBox\"
+ # checked=\"1\" disabled=\"1\" type=\"checkbox\"></td>";
$id = $line['id'];
$tmp .= "<td width='5%' align='center'><img style='cursor : pointer' title='".__("Preview article")."'