X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_domain%2Fbasics.html;h=71b7ca4eb1716ca6667077a2d3458aa1bf8a0706;hp=c9841f49c56c2df6bfa8a8bd567db392b4c97f42;hb=246e76618447bb7ac436e9bfb8c0b042f9613326;hpb=ad7f49821d40ffd099a45acc32ba91e0e211aede diff --git a/httemplate/view/svc_domain/basics.html b/httemplate/view/svc_domain/basics.html index c9841f49c..71b7ca4eb 100644 --- a/httemplate/view/svc_domain/basics.html +++ b/httemplate/view/svc_domain/basics.html @@ -79,10 +79,19 @@ Service #<% $svcnum %> - - Enabled services - <% $svc_domain->cgp_accessmodes %> - +% if ( $svc_domain->cgp_accessmodes ) { + + Enabled services + <% $svc_domain->cgp_accessmodes %> + +% } + +% if ( $svc_domain->cgp_certificatetype ) { + + PKI services + <% $svc_domain->cgp_certificatetype %> + +% } % if ( $svc_domain->trailer ) { @@ -91,6 +100,14 @@ Service #<% $svcnum %> % } +% if ( $communigate ) { +% my $rule_url = $p. 'browse/cgp_rule.html?svcnum='. $svc_domain->svcnum; + + Doimain mail rules + View/Edit domain mail rules + +% } + <%init>