diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-11-12 19:24:13 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-11-12 19:24:13 -0800 |
commit | d8950e63d6c3f6fb910c28077e3a3e054ad12388 (patch) | |
tree | a269726f8cbdb7a40e269bbc8d097c7cb5e65bd3 /httemplate/view/svc_domain | |
parent | 051101dc91e9d6164cda897495880c8f2f7705be (diff) |
add svc_domain.quota, RT#30832
Diffstat (limited to 'httemplate/view/svc_domain')
-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> |