summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-26 12:36:08 +0400
committerAndrew Dolgov <[email protected]>2012-08-26 12:36:08 +0400
commit4c9d0490c6a8c724d04c246cd5ba3cf75ec80259 (patch)
tree4a6720478d751edb7fbab31593ec783a3632f8da /classes/dlg.php
parent183ca8b9407735283a5da6534c6a578070e445d6 (diff)
rework filter dialog to make feed/category selection easier
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 68324eaad..6a6dace24 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -548,8 +548,8 @@ class Dlg extends Handler_Protected {
print "<input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" name=\"inverse\" id=\"inverse\">
<label for=\"inverse\">".__('Inverse match')."</label><hr/>";
- print "<input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" name=\"cat_filter\" id=\"cat_filter\" onchange=\"filterDlgCheckCat(this)\">
- <label for=\"cat_filter\">".__('Apply to category')."</label><hr/>";
+# print "<input dojoType=\"dijit.form.CheckBox\" type=\"checkbox\" name=\"cat_filter\" id=\"cat_filter\" onchange=\"filterDlgCheckCat(this)\">
+# <label for=\"cat_filter\">".__('Apply to category')."</label><hr/>";
print "</div>";