[freeside-commits] freeside/httemplate/search/elements cust_main_dayranges.html, 1.4, 1.5
Mark Wells
mark at wavetail.420.am
Thu Apr 1 14:30:43 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory wavetail.420.am:/tmp/cvs-serv21876/httemplate/search/elements
Modified Files:
cust_main_dayranges.html
Log Message:
fix column alignment
Index: cust_main_dayranges.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/elements/cust_main_dayranges.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- cust_main_dayranges.html 1 Apr 2010 04:43:55 -0000 1.4
+++ cust_main_dayranges.html 1 Apr 2010 21:30:41 -0000 1.5
@@ -67,7 +67,9 @@
'',
],
#'align' => 'rlccrrrrr',
- 'align' => FS::UI::Web::cust_aligns(). 'rrrrr',
+ 'align' => FS::UI::Web::cust_aligns().
+ ('c' x @pay_labels).
+ 'rrrrr',
#'size' => [ '', '', '-1', '-1', '', '', '', '', '', ],
#'style' => [ '', '', 'b', 'b', '', '', '', '', 'b', ],
'size' => [ ( map '', FS::UI::Web::cust_header() ),
More information about the freeside-commits
mailing list