X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_domain%2Fcommunigate-basics.html;h=67f4428420b4fa6d6feb64d8bd427119df25e0fd;hb=634ed17b567157fff0b106dc2c08ed48a066eee0;hp=ff401c0fc8e339d37c21ebdb7f81984566c3e45b;hpb=89da4b96c4e2fce7079be8d2729750c088f8035b;p=freeside.git diff --git a/httemplate/edit/svc_domain/communigate-basics.html b/httemplate/edit/svc_domain/communigate-basics.html index ff401c0fc..67f442842 100644 --- a/httemplate/edit/svc_domain/communigate-basics.html +++ b/httemplate/edit/svc_domain/communigate-basics.html @@ -26,7 +26,7 @@ % } -% if ( $part_svc->part_svc_column('max_accounts')->columnflag =~ /^[FA]$/ ) { +% if ( ! $communigate || $part_svc->part_svc_column('max_accounts')->columnflag =~ /^[FA]$/ ) { % } else { @@ -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' ) % {