|
|
|
@ -209,6 +209,7 @@ class Pref_Filters extends Protected_Handler {
|
|
|
|
|
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"op\" value=\"pref-filters\">";
|
|
|
|
|
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"id\" value=\"$filter_id\">";
|
|
|
|
|
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"method\" value=\"editSave\">";
|
|
|
|
|
print "<input dojoType=\"dijit.form.TextBox\" style=\"display : none\" name=\"csrf_token\" value=\"".$_SESSION['csrf_token']."\">";
|
|
|
|
|
|
|
|
|
|
$result = db_query($this->link, "SELECT id,description
|
|
|
|
|
FROM ttrss_filter_types ORDER BY description");
|
|
|
|
|