summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-rt-queue.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/select-rt-queue.html')
-rw-r--r--httemplate/elements/select-rt-queue.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-rt-queue.html b/httemplate/elements/select-rt-queue.html
index 4ae8bc9..2893365 100644
--- a/httemplate/elements/select-rt-queue.html
+++ b/httemplate/elements/select-rt-queue.html
@@ -1,4 +1,4 @@
-<SELECT NAME="<% $opt{'name'} %>"<% $opt{'multiple'} ? ' MULTIPLE' : '' %>>
+<SELECT NAME="<% $opt{'name'} || $opt{'field'} %>"<% $opt{'multiple'} ? ' MULTIPLE' : '' %>>
% while ( @fields ) {
% my $value = shift @fields;
% my $label = shift @fields;