combine ticket notification scrips, #15353
[freeside.git] / httemplate / elements / tr-select-lnp_status.html
1   <TR>
2     <TD ALIGN="right"><% $opt{'label'} || 'LNP Status' %></TD>
3     <TD>
4       <% include('/elements/select-lnp_status.html',
5                    'curr_value' => $opt{'curr_value'},
6                 )
7       %>
8     </TD>
9   </TR>
10 <%init>
11
12 my %opt = @_;
13
14 </%init>