-
<?php
/**********************************************************************
Copyright (C) FrontAccounting, LLC.
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);
tr.location {
font-weight: normal;
background: #8f8;
- #color: blue;
}
tr.on_time {
}
tr.soldout {
background: pink;
}
-
-
-</style>
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();