summaryrefslogtreecommitdiff
path: root/httemplate/elements/select.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-09-23 14:34:00 -0700
committerMark Wells <mark@freeside.biz>2014-09-23 14:34:00 -0700
commit69bdaccf38c8f1b7471ff13354ccbcbb6aa20096 (patch)
tree3df80f225d4acb7100d260ca2e56be735ba8de07 /httemplate/elements/select.html
parent942e4d33971c804511a4770f58483e1d4385aa61 (diff)
package churn report filtering by advertising source, tower, and zip code, #26999
Diffstat (limited to 'httemplate/elements/select.html')
-rw-r--r--httemplate/elements/select.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/select.html b/httemplate/elements/select.html
index efcf27b0e..67ef51418 100644
--- a/httemplate/elements/select.html
+++ b/httemplate/elements/select.html
@@ -4,6 +4,7 @@
ID = "<% $opt{id} %>"
previousValue = "<% $curr_value %>"
previousText = "<% $labels->{$curr_value} || $curr_value %>"
+ <% $size %>
<% $style %>
<% $opt{disabled} %>
<% $onchange %>
@@ -71,5 +72,6 @@ my @style = ref($opt{'style'})
my $style = scalar(@style) ? 'STYLE="'. join(';', @style). '"' : '';
+my $size = $opt{'size'} ? 'SIZE='.$opt{'size'} : '';
</%init>