diff options
| author | levinse <levinse> | 2010-12-26 04:09:38 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2010-12-26 04:09:38 +0000 |
| commit | c1bef6df542e7beb5120903031120934f7e582f0 (patch) | |
| tree | 4d00e78b589c5b11fc124e9256fb698bf2dd5e5f /httemplate/edit/part_svc.cgi | |
| parent | 22ec77a149deda8dcde44d65c6db002935e84dbf (diff) | |
added basic LNP capability to svc_phone including SS, RT10948
Diffstat (limited to 'httemplate/edit/part_svc.cgi')
| -rwxr-xr-x | httemplate/edit/part_svc.cgi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/httemplate/edit/part_svc.cgi b/httemplate/edit/part_svc.cgi index 50bc79c02..b81de87a6 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -333,6 +333,15 @@ that field. % 'multiple' => ($flag eq 'S'), % ); % +% } elsif ( $def->{type} eq 'select-lnp_status.html' ) { +% +% $html .= include('/elements/select-lnp_status.html', +% 'curr_value' => $value, +% 'element_name' => "${layer}__${field}", +% 'element_etc' => $disabled, +% 'multiple' => ($flag eq 'S'), +% ); +% % } elsif ( $def->{type} eq 'radius_usergroup_selector' ) { % % #XXX disable the RADIUS usergroup selector? ugh it sure does need |
