From ba975b2ec7d20d1e841b1f9fdc1a571317aca3eb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 27 Dec 2011 12:52:33 +0400 Subject: implement filtering by category (closes #386) --- classes/dlg.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index 33295b904..9565dff87 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -462,8 +462,16 @@ class Dlg extends Protected_Handler { print "
"; print __("in") . " "; + + print ""; print_feed_select($this->link, "feed_id", $active_feed_id, 'dojoType="dijit.form.FilteringSelect"'); + print ""; + + print ""; print ""; @@ -505,7 +513,11 @@ class Dlg extends Protected_Handler {
"; print " - "; +
"; + + print " +
"; + print ""; -- cgit v1.2.3-54-g00ecf