X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Felements%2Fselect-lnp_status.html;fp=httemplate%2Felements%2Fselect-lnp_status.html;h=f4910e0b6aaf244c0da0a3f62fa26d4cec341989;hb=7353f670ef61e617a9dfb6c258907eb70e0345f6;hp=0000000000000000000000000000000000000000;hpb=50053b94beac4aef39ddc007c851184649d49564;p=freeside.git diff --git a/httemplate/elements/select-lnp_status.html b/httemplate/elements/select-lnp_status.html new file mode 100644 index 000000000..f4910e0b6 --- /dev/null +++ b/httemplate/elements/select-lnp_status.html @@ -0,0 +1,22 @@ + +<%init> + +my %opt = @_; + +my %seloptions = ( + 'native' => 'Native', + 'portedin' => 'Ported In', + 'portingin' => 'Porting In', + 'portingout' => 'Porting Out', + ); +