Fix button icons.
authorMaxime Bourget <bmx007@gmail.com>
Fri, 31 May 2013 15:35:03 +0000 (16:35 +0100)
committerMaxime Bourget <bmx007@gmail.com>
Fri, 31 May 2013 15:35:03 +0000 (16:35 +0100)
item_schedule.php
order_lines_view.php

index 75e54b1b0858d44df627a5286b2f3a5897eb0b24..c1d2b5c2383c88c667bd1228176d0c891f3ddec2 100644 (file)
@@ -1,4 +1,3 @@
-
 <?php
 /**********************************************************************
     Copyright (C) FrontAccounting, LLC.
@@ -68,8 +67,8 @@ end_table();
 div_end();
 
 
-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);
 
 
 
@@ -88,7 +87,6 @@ tr.partial  td:nth-child(5) {
 tr.location {
        font-weight: normal;
                background: #8f8;
-       #color: blue;
 }
 tr.on_time {
 }
@@ -100,6 +98,3 @@ tr.late {
 tr.soldout {
                background: pink;
 }
-
-
-</style>
index 11736d9c6de2249ab0dac378d7c6e4ed07877daa..5f2e5b837f154e7690b6526683a263ab7adbdb53 100644 (file)
@@ -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();