summaryrefslogtreecommitdiff
path: root/httemplate/edit/svc_acct.cgi
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/edit/svc_acct.cgi
parent9d97d8bcc06f8c0fc12cdba4fe9cb5a0ac993066 (diff)
communigate (phase 2): Account Preferences (& Domain::Account Defaults:Preferences): ProntoSkinName RT#7514
Diffstat (limited to 'httemplate/edit/svc_acct.cgi')
-rwxr-xr-xhttemplate/edit/svc_acct.cgi9
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',