From: Maxime Bourget Date: Fri, 31 May 2013 15:35:03 +0000 (+0100) Subject: Fix button icons. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=02f818d5b2616f66ee251e656adc1d4c999d13e3;p=order_line_extra.git Fix button icons. --- diff --git a/item_schedule.php b/item_schedule.php index 75e54b1..c1d2b5c 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -1,4 +1,3 @@ - diff --git a/order_lines_view.php b/order_lines_view.php index 11736d9..5f2e5b8 100644 --- a/order_lines_view.php +++ b/order_lines_view.php @@ -101,8 +101,8 @@ $table->width = "80%"; display_db_pager($table); br(1); -submit_center_first('Update', _("Update"), true, '', 'default', true); -submit_center_last('Cancel', _("Cancel"), true, '', 'cancel', true); +submit_center_first('Update', _("Update"), '', 'default', false); +submit_center_last('Cancel', _("Cancel"), '', 'cancel', false); end_form(); end_page();