From: mark Date: Thu, 1 Apr 2010 21:30:49 +0000 (+0000) Subject: fix column alignment X-Git-Tag: freeside_1_9_3~34 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=219919032ef906702828dba09ce8e3880089cd26 fix column alignment --- diff --git a/httemplate/search/elements/cust_main_dayranges.html b/httemplate/search/elements/cust_main_dayranges.html index 6bfe10e85..9e4e86f9c 100644 --- a/httemplate/search/elements/cust_main_dayranges.html +++ b/httemplate/search/elements/cust_main_dayranges.html @@ -67,7 +67,9 @@ Example: '', ], #'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() ),