From 02f818d5b2616f66ee251e656adc1d4c999d13e3 Mon Sep 17 00:00:00 2001 From: Maxime Bourget Date: Fri, 31 May 2013 16:35:03 +0100 Subject: [PATCH] Fix button icons. --- item_schedule.php | 9 ++------- order_lines_view.php | 4 ++-- 2 files changed, 4 insertions(+), 9 deletions(-) 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(); -- 2.30.2