X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=item_schedule.php;h=45bbfd60a07a96e183c5c18dcb2774efaf17b9b5;hb=440719a689130f74fea0be18f95756a404ca351c;hp=75e54b1b0858d44df627a5286b2f3a5897eb0b24;hpb=4c2f145bbf9af70e54a403c588ca75bb4f1a7b74;p=order_line_extra.git diff --git a/item_schedule.php b/item_schedule.php index 75e54b1..45bbfd6 100644 --- a/item_schedule.php +++ b/item_schedule.php @@ -1,4 +1,3 @@ - GETPOSTactivate('item_schedule'); //if (!@$_GET['popup']) start_form(); -if (!isset($_POST['stock_id'])) - $_POST['stock_id'] = get_global_stock_item(); $stock_id = $_POST['stock_id']; stock_costable_items_list_cells(_("Item:"), 'stock_id', $stock_id); @@ -68,8 +77,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 +97,6 @@ tr.partial td:nth-child(5) { tr.location { font-weight: normal; background: #8f8; - #color: blue; } tr.on_time { } @@ -101,5 +109,29 @@ tr.soldout { background: pink; } - +tr.tDnD_whileDrag { + background: #ccc; + border: 2px solid black; +} +tr.tDnD_whileDrag :nth-child(4), tr.tDnD_whileDrag :nth-child(5) { + color: transparent; + background: transparent; +} + + +