X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_domain%2Fbasics.html;h=3c3c5a04620d4e33e3abd4c20b8c7e4030e8a0f8;hp=db4fac15068c66d796cfca796d2f614ce993a8d4;hb=949a80c148a8bbeeeec54c5a0be5d73b292423a5;hpb=5fa9ce1b7c8b934e96a6a2f850a4e788eb76f495 diff --git a/httemplate/view/svc_domain/basics.html b/httemplate/view/svc_domain/basics.html index db4fac150..3c3c5a046 100644 --- a/httemplate/view/svc_domain/basics.html +++ b/httemplate/view/svc_domain/basics.html @@ -63,6 +63,13 @@ Service #<% $svcnum %> % } +% if ( $svc_domain->quota ) { + + Quota + <% $svc_domain->quota %> + +% } + % if ( $communigate && $svc_domain->max_accounts ) { Maximum number of Accounts @@ -79,10 +86,34 @@ 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 ) { + + Mail trailer +
<% $svc_domain->trailer |h %>
+ +% } + +% if ( $communigate ) { +% my $rule_url = $p. 'browse/cgp_rule.html?svcnum='. $svc_domain->svcnum; + + Doimain mail rules + View/Edit domain mail rules + +% }