[freeside-commits] freeside/httemplate/edit svc_acct.cgi, 1.65, 1.66 svc_domain.cgi, 1.25, 1.26
Ivan,,,
ivan at wavetail.420.am
Mon Apr 19 21:13:36 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv32010/httemplate/edit
Modified Files:
svc_acct.cgi svc_domain.cgi
Log Message:
communigate (phase 2): Account Preferences (& Domain::Account Defaults:Preferences): ProntoSkinName RT#7514
Index: svc_acct.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_acct.cgi,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -w -d -r1.65 -r1.66
--- svc_acct.cgi 20 Apr 2010 01:51:24 -0000 1.65
+++ svc_acct.cgi 20 Apr 2010 04:13:34 -0000 1.66
@@ -492,7 +492,14 @@
)
%>
-%#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',
Index: svc_domain.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_domain.cgi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -w -d -r1.25 -r1.26
--- svc_domain.cgi 20 Apr 2010 01:51:24 -0000 1.25
+++ svc_domain.cgi 20 Apr 2010 04:13:34 -0000 1.26
@@ -320,7 +320,13 @@
)
%>
-%#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',
More information about the freeside-commits
mailing list