mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 17:21:30 +00:00
createFilter: add label select dropbox
This commit is contained in:
@@ -412,6 +412,9 @@
|
|||||||
print "<input size=\"20\"
|
print "<input size=\"20\"
|
||||||
onkeypress=\"return filterCR(event, createFilter)\"
|
onkeypress=\"return filterCR(event, createFilter)\"
|
||||||
name=\"action_param\">";
|
name=\"action_param\">";
|
||||||
|
|
||||||
|
print_label_select($link, "action_param_label", $action_param);
|
||||||
|
|
||||||
print "</span>";
|
print "</span>";
|
||||||
|
|
||||||
print " "; // tiny layout hack
|
print " "; // tiny layout hack
|
||||||
|
|||||||
Reference in New Issue
Block a user