X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_domain%2Fcommunigate-basics.html;h=dbad35f1ce606adadb1a86d6524a046adca9716d;hp=ff401c0fc8e339d37c21ebdb7f81984566c3e45b;hb=246e76618447bb7ac436e9bfb8c0b042f9613326;hpb=e50b6ec8d63afe4c04ae33384758d8786fcc7cfe diff --git a/httemplate/edit/svc_domain/communigate-basics.html b/httemplate/edit/svc_domain/communigate-basics.html index ff401c0fc..dbad35f1c 100644 --- a/httemplate/edit/svc_domain/communigate-basics.html +++ b/httemplate/edit/svc_domain/communigate-basics.html @@ -56,6 +56,24 @@ % } % if ( $communigate +% && $part_svc->part_svc_column('cgp_certificatetype')->columnflag ne 'F' ) +% { + + <% include('/elements/tr-select.html', + 'label' => 'PKI services', + 'field' => 'cgp_certificatetype', + 'options' => $svc_domain->cgp_certificatetype_values, + 'labels' => { + '' => 'default (Test)', + }, + 'curr_value' => $svc_domain->cgp_certificatetype, + ) + %> +% } else { + +% } + +% if ( $communigate % && $part_svc->part_svc_column('trailer')->columnflag ne 'F' ) % {