From 99c7d450aa6246fcd79cd1a536a688bc70ac4fc9 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 20 Apr 2010 04:14:05 +0000 Subject: communigate (phase 2): Account Preferences (& Domain::Account Defaults:Preferences): ProntoSkinName RT#7514 --- httemplate/edit/svc_acct.cgi | 9 ++++++++- httemplate/edit/svc_domain.cgi | 8 +++++++- 2 files changed, 15 insertions(+), 2 deletions(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index bed0aaac1..5c2d5f495 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -492,7 +492,14 @@ Service # <% $svcnum ? "$svcnum" : " (NEW)" %>
) %> -%#XXX pronto style + <% include('/elements/tr-select.html', + 'label' => 'Pronto style', + 'field' => 'cgp_prontoskinname', + 'options' => [ '', 'Pronto', 'Pronto-darkflame', 'Pronto-steel', 'Pronto-twilight', ], + + 'curr_value' => $svc_acct->cgp_prontoskinname, + ) + %> <% include('/elements/tr-select.html', 'label' => 'Send read receipts', diff --git a/httemplate/edit/svc_domain.cgi b/httemplate/edit/svc_domain.cgi index 4f780d68b..b19e9ee15 100755 --- a/httemplate/edit/svc_domain.cgi +++ b/httemplate/edit/svc_domain.cgi @@ -320,7 +320,13 @@ Account defaults ) %> -%#XXX pronto style + <% include('/elements/tr-select.html', + 'label' => 'Pronto style', + 'field' => 'acct_def_cgp_prontoskinname', + 'options' => [ '', 'Pronto', 'Pronto-darkflame', 'Pronto-steel', 'Pronto-twilight', ], + 'curr_value' => $svc_domain->acct_def_cgp_prontoskinname, + ) + %> <% include('/elements/tr-select.html', 'label' => 'Send read receipts', -- cgit v1.2.1