[freeside-commits] freeside/httemplate/edit svc_acct.cgi, 1.53.2.11, 1.53.2.12 svc_domain.cgi, 1.17.2.8, 1.17.2.9
Ivan,,,
ivan at wavetail.420.am
Mon Apr 19 21:14:06 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv32021/httemplate/edit
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.53.2.11
retrieving revision 1.53.2.12
diff -u -w -d -r1.53.2.11 -r1.53.2.12
--- svc_acct.cgi 20 Apr 2010 01:51:55 -0000 1.53.2.11
+++ svc_acct.cgi 20 Apr 2010 04:14:04 -0000 1.53.2.12
@@ -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.17.2.8
retrieving revision 1.17.2.9
diff -u -w -d -r1.17.2.8 -r1.17.2.9
--- svc_domain.cgi 20 Apr 2010 01:51:55 -0000 1.17.2.8
+++ svc_domain.cgi 20 Apr 2010 04:14:04 -0000 1.17.2.9
@@ -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