diff options
author | ivan <ivan> | 2010-04-20 04:13:34 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-04-20 04:13:34 +0000 |
commit | 7a8c7b6f64ac14d555d866f93300e64c47b74a98 (patch) | |
tree | 7c725534f58dc2dbcfdee849f9d0481c6e46b631 /httemplate/edit/svc_acct.cgi | |
parent | 9d97d8bcc06f8c0fc12cdba4fe9cb5a0ac993066 (diff) |
communigate (phase 2): Account Preferences (& Domain::Account Defaults:Preferences): ProntoSkinName RT#7514
Diffstat (limited to 'httemplate/edit/svc_acct.cgi')
-rwxr-xr-x | httemplate/edit/svc_acct.cgi | 9 |
1 files changed, 8 insertions, 1 deletions
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 ? "<B>$svcnum</B>" : " (NEW)" %><BR> ) %> -%#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', |