summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_acct
diff options
context:
space:
mode:
authorivan <ivan>2010-04-20 01:51:25 +0000
committerivan <ivan>2010-04-20 01:51:25 +0000
commit9d97d8bcc06f8c0fc12cdba4fe9cb5a0ac993066 (patch)
tree288ee84b85f07f229323d84d9ff840c008885b91 /httemplate/view/svc_acct
parent860ba14587816649210dd43a5728cf4b007bfa54 (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')
-rw-r--r--httemplate/view/svc_acct/basics.html11
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
% }