From 246e76618447bb7ac436e9bfb8c0b042f9613326 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Nov 2010 05:24:06 +0000 Subject: certificates ala communigate, RT#7515 --- httemplate/edit/svc_domain/communigate-basics.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'httemplate/edit') 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 @@ -55,6 +55,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' ) % { -- cgit v1.2.1