X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_acct.cgi;h=59b5d10f3b0ae6889d449afa060593e95ee3e554;hb=8090f8d2c058e033abf7d6e770a5c37f8cee6341;hp=09a4cfd649c28fe88e8ffad82c38200af85965d7;hpb=f9b6d766508334004d62be88a08d38dd3dec29e4;p=freeside.git diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index 09a4cfd64..59b5d10f3 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -392,10 +392,16 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>
- - On logout remove trash - - + <% include('/elements/tr-select.html', + 'label' => 'On logout remove trash', + 'field' => 'cgp_emptytrash', + 'options' => $svc_acct->cgp_emptytrash_values, + 'labels' => { + '' => 'default (92 days)', #right? + }, + 'curr_value' => $svc_acct->cgp_emptytrash, + ) + %> <% include('/elements/tr-select.html', 'label' => 'Language', @@ -411,7 +417,7 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>
<% include('/elements/tr-select.html', 'label' => 'Time zone', 'field' => 'cgp_timezone', - 'options' => $svc_acct->cgp_timezone, + 'options' => $svc_acct->cgp_timezone_values, 'labels' => { '' => 'default (HostOS)', },