X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_domain%2Fbasics.html;h=3c3c5a04620d4e33e3abd4c20b8c7e4030e8a0f8;hp=c9841f49c56c2df6bfa8a8bd567db392b4c97f42;hb=d8950e63d6c3f6fb910c28077e3a3e054ad12388;hpb=ad7f49821d40ffd099a45acc32ba91e0e211aede diff --git a/httemplate/view/svc_domain/basics.html b/httemplate/view/svc_domain/basics.html index c9841f49c..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,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 +107,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>