summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_domain
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_domain
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_domain')
-rw-r--r--httemplate/view/svc_domain/acct_defaults.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/httemplate/view/svc_domain/acct_defaults.html b/httemplate/view/svc_domain/acct_defaults.html
index 01cc282fb..635158002 100644
--- a/httemplate/view/svc_domain/acct_defaults.html
+++ b/httemplate/view/svc_domain/acct_defaults.html
@@ -85,6 +85,35 @@
)
%>
+ <% include('/view/elements/tr.html',
+ label=>'Language',
+ value=>$svc_domain->acct_def_cgp_language || 'default (English)'
+ )
+ %>
+
+ <% include('/view/elements/tr.html',
+ label=>'Time zone',
+ value=>$svc_domain->acct_def_cgp_timezone || 'default (HostOS)'
+ )
+ %>
+
+ <% include('/view/elements/tr.html',
+ label=>'Layout',
+ value=>$svc_domain->acct_def_cgp_skinname || 'default (***)'
+ )
+ %>
+
+%#XXX pronto style
+
+ <% include('/view/elements/tr.html',
+ label=>'Send read receipts',
+ value=>$svc_domain->acct_def_cgp_sendmdnmode
+ )
+ %>
+
+%# mail
+%#XXX rules, archive rule, spam foldering rule(s)
+
</TABLE></TD></TR></TABLE>
% }