diff options
author | ivan <ivan> | 2011-03-14 03:53:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-14 03:53:29 +0000 |
commit | eddffe5c35507f37ed83c2529626c9be5f81a516 (patch) | |
tree | c00ca21c1f9f006b5c6175fd6b0980982cf497bb /httemplate/elements/location.html | |
parent | 781e700c645d6c468d9f2755b81d555477359ff1 (diff) |
qualification address handling changes, RT#7111
Diffstat (limited to 'httemplate/elements/location.html')
-rw-r--r-- | httemplate/elements/location.html | 6 |
1 files changed, 3 insertions, 3 deletions
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'; |