X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Flocation.html;h=0ff119009ef3e3264244df6e9a915e55f0731620;hb=31f2e890b5b3e1b0ad29a877ff67bc641ea1fc40;hp=f36f2c4cd11be4c87b3af47093819830c15f83f1;hpb=528e7e1cb1a6d05f87847bf9fd9b7e0e9fc33f6f;p=freeside.git diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index f36f2c4cd..0ff119009 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -27,7 +27,7 @@ Example: 'field' => 'location_kind', 'id' => 'location_kind', 'disabled' => $disabled, - 'style' => \@style, + #'style' => \@style, 'options' => \@location_kind_options, 'labels' => $location_kind_labels, 'curr_value' => scalar($cgi->param('location_kind')) @@ -98,7 +98,7 @@ Example: 'field' => 'location_type', 'id' => 'location_type', 'disabled' => $disabled, - 'style' => \@style, + #'style' => \@style, 'options' => [ keys %location_types ], 'labels' => \%location_types, 'curr_value' => $location_type, @@ -252,7 +252,7 @@ my %select_hash = ( 'prefix' => $pre, 'onchange' => $onchange, 'disabled' => $disabled, - 'style' => \@style, + #'style' => \@style, ); my $th = $opt{'no_bold'} ? 'TD' : 'TH';