summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_domain.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/svc_domain.cgi')
-rwxr-xr-xhttemplate/edit/svc_domain.cgi10
1 files changed, 8 insertions, 2 deletions
diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi
index 5fe095d07..5abe9d6b5 100755
--- a/httemplate/edit/svc_domain.cgi
+++ b/httemplate/edit/svc_domain.cgi
@@ -220,11 +220,17 @@ Account defaults
</TD>
</TR>
- <% include('/elements/tr-input-text.html',
+ <% include('/elements/tr-select.html',
'label' => 'On logout remove trash',
+ 'field' => 'acct_def_cgp_emptytrash',
+ 'options' => $svc_domain->cgp_emptytrash_values,
+ 'labels' => {
+ '' => 'default (92 days)', #right?
+ },
'curr_value' => $svc_domain->acct_def_cgp_emptytrash,
)
%>
+
<% include('/elements/tr-select.html',
'label' => 'Language',
'field' => 'acct_def_cgp_language',
@@ -239,7 +245,7 @@ Account defaults
<% include('/elements/tr-select.html',
'label' => 'Time zone',
'field' => 'acct_def_cgp_timezone',
- 'options' => $svc_domain->cgp_timezone,
+ 'options' => $svc_domain->cgp_timezone_values,
'labels' => {
'' => 'default (HostOS)',
},