From: Maxime Bourget Date: Thu, 30 May 2013 17:07:39 +0000 (+0100) Subject: Still formatting X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=51934960c2b3e808d28ff09398212bd6b6fd71aa;p=order_line_extra.git Still formatting --- diff --git a/haxe/ItemScheduler.hx b/haxe/ItemScheduler.hx index 27dd7bf..e286bc0 100644 --- a/haxe/ItemScheduler.hx +++ b/haxe/ItemScheduler.hx @@ -198,14 +198,8 @@ class ItemScheduler { ,location.code ,location.delivery ]; - var status = 'header'; - php.Lib.print(''); - for(cell in cells) { - php.Lib.print(''); - php.Lib.print(cell); - php.Lib.print(''); - } - php.Lib.print(''); + + printRow(cells, ['class = "tableheader location"']); } /* diff --git a/item_schedule.php b/item_schedule.php index 0fa2aa7..97f397c 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -76,3 +76,17 @@ submit_center_last('Cancel', _("Cancel"), true, '', 'cancel', true); end_form(); end_page(); ?> +