summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-11-12 19:24:13 -0800
committerIvan Kohler <ivan@freeside.biz>2014-11-12 19:24:13 -0800
commitd8950e63d6c3f6fb910c28077e3a3e054ad12388 (patch)
treea269726f8cbdb7a40e269bbc8d097c7cb5e65bd3 /httemplate/view
parent051101dc91e9d6164cda897495880c8f2f7705be (diff)
add svc_domain.quota, RT#30832
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_domain/basics.html7
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>