diff options
author | ivan <ivan> | 2010-02-21 03:16:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-21 03:16:05 +0000 |
commit | 690f020eb7e2af7112793747f45b488aa0e24e03 (patch) | |
tree | d8268bbe35d350a63944613d2388f1f9bb2d2145 /httemplate/edit/part_svc.cgi | |
parent | 7c4c6e090b363b84c2b01e7c7d49c6823d5d376f (diff) |
communigate, RT#7083
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 d74e0f20d..6428960dd 100755 --- a/httemplate/edit/part_svc.cgi +++ b/httemplate/edit/part_svc.cgi @@ -292,6 +292,7 @@ that field. % } elsif ( $def->{type} eq 'select-svc_pbx.html' ) { % % $html .= include('/elements/select-svc_pbx.html', +% 'curr_value' => $value, % 'element_name' => "${layer}__${field}", % 'element_etc' => $disabled, % 'multiple' => ($flag eq 'S'), @@ -305,6 +306,14 @@ that field. % $html .= FS::svc_acct::radius_usergroup_selector( % [ split(',', $value) ], "${layer}__${field}" ); % +% } elsif ( $def->{type} eq 'communigate_pro-accessmodes' ) { +% +% $html .= include('/elements/communigate_pro-accessmodes.html', +% 'element_name_prefix' => "${layer}__${field}_", +% 'curr_value' => $value, +% #doesn't work#'element_etc' => $disabled, +% ); +% % } elsif ( $def->{type} eq 'disabled' ) { % % $html .= |