diff options
author | levinse <levinse> | 2010-12-28 15:58:14 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-28 15:58:14 +0000 |
commit | 7bafaf1398dd036ec60bb2ea2856f51ca07db574 (patch) | |
tree | 92b3159a50a11d1ad3b45874908fa115b3eec154 /httemplate/elements | |
parent | be4ec8628caf62f1d9489f32b70395996e871852 (diff) |
LNP improvements, RT9527
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/select-lnp_status.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/elements/select-lnp_status.html b/httemplate/elements/select-lnp_status.html index f4910e0b6..358e237d2 100644 --- a/httemplate/elements/select-lnp_status.html +++ b/httemplate/elements/select-lnp_status.html @@ -18,5 +18,7 @@ my %seloptions = ( 'portedin' => 'Ported In', 'portingin' => 'Porting In', 'portingout' => 'Porting Out', + 'portin-reject' => 'Port-In Reject', + 'portout-reject' => 'Port-Out Reject', ); </%init> |