[freeside-commits] freeside/httemplate/search/elements cust_main_dayranges.html, 1.2.2.2, 1.2.2.3
Mark Wells
mark at wavetail.420.am
Thu Apr 1 14:30:52 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/search/elements
In directory wavetail.420.am:/tmp/cvs-serv21897/httemplate/search/elements
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.2.2.2
retrieving revision 1.2.2.3
diff -u -w -d -r1.2.2.2 -r1.2.2.3
--- cust_main_dayranges.html 1 Apr 2010 04:44:19 -0000 1.2.2.2
+++ cust_main_dayranges.html 1 Apr 2010 21:30:49 -0000 1.2.2.3
@@ -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