From 2b61ad5a4b2c98ed36ceac83710f892a4795618c Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Nov 2010 05:24:07 +0000 Subject: certificates ala communigate, RT#7515 --- httemplate/edit/svc_domain/communigate-basics.html | 18 ++++++++++++++++++ httemplate/view/svc_domain/basics.html | 7 +++++++ 2 files changed, 25 insertions(+) (limited to 'httemplate') 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' ) % { diff --git a/httemplate/view/svc_domain/basics.html b/httemplate/view/svc_domain/basics.html index 1915719a0..71b7ca4eb 100644 --- a/httemplate/view/svc_domain/basics.html +++ b/httemplate/view/svc_domain/basics.html @@ -86,6 +86,13 @@ Service #<% $svcnum %> % } +% if ( $svc_domain->cgp_certificatetype ) { + + PKI services + <% $svc_domain->cgp_certificatetype %> + +% } + % if ( $svc_domain->trailer ) { Mail trailer -- cgit v1.2.1