diff options
Diffstat (limited to 'httemplate/view/svc_domain/basics.html')
-rw-r--r-- | httemplate/view/svc_domain/basics.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/view/svc_domain/basics.html b/httemplate/view/svc_domain/basics.html index 71b7ca4eb..3c3c5a046 100644 --- a/httemplate/view/svc_domain/basics.html +++ b/httemplate/view/svc_domain/basics.html @@ -63,6 +63,13 @@ Service #<B><% $svcnum %></B> % } +% if ( $svc_domain->quota ) { + <TR> + <TD ALIGN="right">Quota</TD> + <TD BGCOLOR="#ffffff"><% $svc_domain->quota %></TD> + </TR> +% } + % if ( $communigate && $svc_domain->max_accounts ) { <TR> <TD ALIGN="right">Maximum number of Accounts</TD> |