summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2010-04-20 04:13:34 +0000
committerivan <ivan>2010-04-20 04:13:34 +0000
commit7a8c7b6f64ac14d555d866f93300e64c47b74a98 (patch)
tree7c725534f58dc2dbcfdee849f9d0481c6e46b631 /httemplate/view
parent9d97d8bcc06f8c0fc12cdba4fe9cb5a0ac993066 (diff)
communigate (phase 2): Account Preferences (& Domain::Account Defaults:Preferences): ProntoSkinName RT#7514
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_acct/basics.html5
-rw-r--r--httemplate/view/svc_domain/acct_defaults.html6
2 files changed, 9 insertions, 2 deletions
diff --git a/httemplate/view/svc_acct/basics.html b/httemplate/view/svc_acct/basics.html
index db7abe48b..7beb88a81 100644
--- a/httemplate/view/svc_acct/basics.html
+++ b/httemplate/view/svc_acct/basics.html
@@ -116,7 +116,10 @@
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=>'Pronto style',
+ value=>$svc_acct->cgp_prontoskinname ) %>
+
<% include('/view/elements/tr.html', label=>'Send read receipts',
value=>$svc_acct->cgp_sendmdnmode ) %>
diff --git a/httemplate/view/svc_domain/acct_defaults.html b/httemplate/view/svc_domain/acct_defaults.html
index 635158002..b6d03e2df 100644
--- a/httemplate/view/svc_domain/acct_defaults.html
+++ b/httemplate/view/svc_domain/acct_defaults.html
@@ -103,7 +103,11 @@
)
%>
-%#XXX pronto style
+ <% include('/view/elements/tr.html',
+ label=>'Pronto style',
+ value=>$svc_domain->acct_def_cgp_prontoskinname
+ )
+ %>
<% include('/view/elements/tr.html',
label=>'Send read receipts',