createFilter: add label select dropbox
This commit is contained in:
parent
53ea12ada8
commit
6427a306ae
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue