diff options
| author | ivan <ivan> | 2010-04-20 04:14:05 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-04-20 04:14:05 +0000 |
| commit | 99c7d450aa6246fcd79cd1a536a688bc70ac4fc9 (patch) | |
| tree | 21faf679bc821e796170ff8ef69fe62032cae312 /httemplate/view/svc_acct/basics.html | |
| parent | bb9af1298c324b9df9becf34bd47e81fcf19a934 (diff) | |
communigate (phase 2): Account Preferences (& Domain::Account Defaults:Preferences): ProntoSkinName RT#7514
Diffstat (limited to 'httemplate/view/svc_acct/basics.html')
| -rw-r--r-- | httemplate/view/svc_acct/basics.html | 5 |
1 files changed, 4 insertions, 1 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 ) %> |
