1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:35:56 +00:00

first for filter frontend overhaul

This commit is contained in:
Andrew Dolgov
2021-02-20 18:15:08 +03:00
parent d6de021ae6
commit be91355c20
2 changed files with 225 additions and 229 deletions

View File

@@ -861,7 +861,7 @@ class Pref_Filters extends Handler_Protected {
print "<section>";
print "<select name='action_id' dojoType='fox.form.Select'
onchange='Filters.filterDlgCheckAction(this)'>";
onchange='Filters.hideOrShowActionParam(this)'>";
$res = $this->pdo->query("SELECT id,description FROM ttrss_filter_actions
ORDER BY name");