mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-25 04:21:29 +00:00
rework filter dialog to make feed/category selection easier
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user