summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_domain.cgi
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/edit/svc_domain.cgi
parent051101dc91e9d6164cda897495880c8f2f7705be (diff)
add svc_domain.quota, RT#30832
Diffstat (limited to 'httemplate/edit/svc_domain.cgi')
-rwxr-xr-xhttemplate/edit/svc_domain.cgi11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi
index 417b1b4..9b54422 100755
--- a/httemplate/edit/svc_domain.cgi
+++ b/httemplate/edit/svc_domain.cgi
@@ -56,6 +56,17 @@ Available top-level domains: <% $export->option('tlds') %>
</TD>
</TR>
+% if ( $part_svc->part_svc_column('quota')->columnflag =~ /^[FA]$/ ) {
+ <INPUT TYPE="hidden" NAME="quota" VALUE="<% $svc_domain->quota %>">
+% } else {
+ <TR>
+ <TD ALIGN="right">Quota</TD>
+ <TD>
+ <INPUT TYPE="text" NAME="quota" SIZE=8 VALUE="<% $svc_domain->quota %>">
+ </TD>
+ </TR>
+% }
+
<% include('svc_domain/communigate-basics.html',
'svc_domain' => $svc_domain,
'part_svc' => $part_svc,