From 7353f670ef61e617a9dfb6c258907eb70e0345f6 Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 26 Dec 2010 04:09:26 +0000 Subject: added basic LNP capability to svc_phone including SS, RT10948 --- httemplate/elements/tr-select-lnp_status.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 httemplate/elements/tr-select-lnp_status.html (limited to 'httemplate/elements/tr-select-lnp_status.html') diff --git a/httemplate/elements/tr-select-lnp_status.html b/httemplate/elements/tr-select-lnp_status.html new file mode 100644 index 000000000..a71e94bfa --- /dev/null +++ b/httemplate/elements/tr-select-lnp_status.html @@ -0,0 +1,14 @@ + + <% $opt{'label'} || 'LNP Status' %> + + <% include('/elements/select-lnp_status.html', + 'curr_value' => $opt{'curr_value'}, + ) + %> + + +<%init> + +my %opt = @_; + + -- cgit v1.2.1