diff options
author | ivan <ivan> | 2010-02-21 09:19:05 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-21 09:19:05 +0000 |
commit | 61ec626ec5e6493a16dcb9d4cabcd826f1306b5b (patch) | |
tree | d376254dd7998c6eb9cbdbbfd427bbb39ae07537 /httemplate/view | |
parent | f696f5c9b8ec55b83285a6d159711889cc796619 (diff) |
communigate, RT#7083
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) { |