1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 18:31:29 +00:00

createFilter: add label select dropbox

This commit is contained in:
Andrew Dolgov
2009-01-18 11:02:16 +01:00
parent 53ea12ada8
commit 6427a306ae

View File

@@ -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 "&nbsp;"; // tiny layout hack print "&nbsp;"; // tiny layout hack