diff options
author | levinse <levinse> | 2010-12-28 15:58:12 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-28 15:58:12 +0000 |
commit | 224991fedb653d040c9d280726888cad29fc26db (patch) | |
tree | 39e1f619f72bdf2206a472499dd405e9d3caf058 /httemplate/elements | |
parent | 3f9aef3324175bbb558d7107e8513c6b17151df5 (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> |