Add Update and Cancel button.
authorMaxime Bourget <bmx007@gmail.com>
Sun, 5 May 2013 17:13:20 +0000 (18:13 +0100)
committerMaxime Bourget <bmx007@gmail.com>
Sun, 5 May 2013 17:13:20 +0000 (18:13 +0100)
order_lines_view.php

index bf3f88e2e552bbc69741009dc4a2d10e37dc8c4d..4129e15f1bad5ee681caed18e54d87a0c4c32b54 100644 (file)
@@ -75,7 +75,10 @@ $table =& new_db_pager('orders_tbl', $sql, $cols);
 $table->width = "80%";
 
 display_db_pager($table);
-submit_center('Update', _("Update"), true, '', null);
+
+br(1);
+submit_center_first('Update', _("Update"), true, '', 'default', true);
+submit_center_last('Cancel', _("Cancel"), true, '', 'cancel', true);
 
        end_form();
        end_page();