X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_acct.cgi;h=5c2d5f4952ebcfdbc8c7a7f4459f295d721bad89;hp=bed0aaac1ed99cbd44feace4fc3d591294800770;hb=7a8c7b6f64ac14d555d866f93300e64c47b74a98;hpb=9d97d8bcc06f8c0fc12cdba4fe9cb5a0ac993066 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',