summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-fixed-state.html
blob: eea30ddc5ca1a279929a38e637c390f25f58f0cf (plain)
1
2
3
4
5
6
7
8
9
10
<% include('tr-fixed.html', %opt ) %>
<%init>

my %opt = @_;

my $value = $opt{'curr_value'} || $opt{'value'};

$opt{'formatted_value'} = state_label($value, $opt{'object'}->country);

</%init>