diff options
author | mark <mark> | 2010-04-01 21:30:49 +0000 |
---|---|---|
committer | mark <mark> | 2010-04-01 21:30:49 +0000 |
commit | 219919032ef906702828dba09ce8e3880089cd26 (patch) | |
tree | 80628f797afb2d94550ee57137c7473b71aef38f | |
parent | 7c02bdc86a3b0ca0804f4b0a696ff7d2cdb1f141 (diff) |
fix column alignment
-rw-r--r-- | httemplate/search/elements/cust_main_dayranges.html | 4 |
1 files changed, 3 insertions, 1 deletions
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() ), |