diff options
author | ivan <ivan> | 2010-02-21 09:19:07 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-21 09:19:07 +0000 |
commit | fc90ea523e28e68090d098063b26557c5de0bcf6 (patch) | |
tree | e3d7d8fa11ece391f2658d35b6ec9da44166a05e /httemplate/view | |
parent | 6495ef2f0c495e55db9e182f5607d93a5c4adc20 (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) { |