diff options
author | mark <mark> | 2010-04-01 21:30:41 +0000 |
---|---|---|
committer | mark <mark> | 2010-04-01 21:30:41 +0000 |
commit | c650339aebd4682e17a2b3aee0d897a573a81e8a (patch) | |
tree | 5d469b9a116d65ef035ca2af70f6cab59ec8ab63 | |
parent | 2946a850409f34e56fc484e940a2f938101fb60e (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() ), |