diff options
author | ivan <ivan> | 2010-04-20 01:51:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-04-20 01:51:55 +0000 |
commit | bb9af1298c324b9df9becf34bd47e81fcf19a934 (patch) | |
tree | f5e6074c33dba7fdd4e11b72a5450e548ec73f93 /httemplate/view/svc_acct/basics.html | |
parent | 95a0e9f26dc5bc1841fe30749edd7f59efb383e5 (diff) |
communigate (phase 2): Account Preferences (& Domain::Account Defaults:Preferences): Language, Time zone, Layout, Send read receipts. RT#7514
Diffstat (limited to 'httemplate/view/svc_acct/basics.html')
-rw-r--r-- | httemplate/view/svc_acct/basics.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html index f6bdede32..db7abe48b 100644 --- a/httemplate/view/svc_acct/basics.html +++ b/httemplate/view/svc_acct/basics.html @@ -110,7 +110,16 @@ <% include('/view/elements/tr.html', label=>'On logout remove trash', value=>$svc_acct->cgp_emptytrash ) %> -%#XXX language, time zone, layout, printo style, send read receipts + <% include('/view/elements/tr.html', label=>'Language', + value=>$svc_acct->cgp_language || 'default (English)' ) %> + <% include('/view/elements/tr.html', label=>'Time zone', + value=>$svc_acct->cgp_timezone || 'default (HostOS)' ) %> + <% include('/view/elements/tr.html', label=>'Layout', + value=>$svc_acct->cgp_skinname || 'default (***)' ) %> +%#XXX pronto style + <% include('/view/elements/tr.html', label=>'Send read receipts', + value=>$svc_acct->cgp_sendmdnmode ) %> + %#XXX vacation message, redirect all mail, mail rules % } |