diff options
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/svc_acct/basics.html | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index 2b05e78a6..0159a7ed0 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -85,6 +85,13 @@    <% include('tr.html', label=>'File size limit',                          value=>$svc_acct->file_maxsize ) %> +  <% include('tr.html', label=>'Message delete method', +                        value=>$svc_acct->cgp_deletemode ) %> + +  <% include('tr.html', label=>'On logout remove trash', +                        value=>$svc_acct->cgp_emptytrash ) %> + +  % }  % if ($svc_acct->slipip) {   | 
