blob: a71e94bfabce59a68cd369f0c1bd366d3e6a690b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<TR>
<TD ALIGN="right"><% $opt{'label'} || 'LNP Status' %></TD>
<TD>
<% include('/elements/select-lnp_status.html',
'curr_value' => $opt{'curr_value'},
)
%>
</TD>
</TR>
<%init>
my %opt = @_;
</%init>
|