Beispiel #1
0
?>
">
	<input type="hidden" id="SITE_ID" name="SITE_ID" value="<?php 
echo htmlspecialcharsbx($saleOrder->getSiteId());
?>
">
	<input type="hidden" id="AUTO_CHANGE_STATUS_ON_PAID" name="AUTO_CHANGE_STATUS_ON_PAID" value="<?php 
echo $autoChangeStatus;
?>
">
	<?php 
echo bitrix_sessid_post();
?>
	<div style="position: relative; vertical-align: top">
		<?php 
$tabControl->DraggableBlocksStart();
?>
		<?php 
foreach ($blocksOrder as $blockCode) {
    echo '<a id="' . $blockCode . '"></a>';
    $tabControl->DraggableBlockBegin(Loc::getMessage("SALE_OVIEW_BLOCK_TITLE_" . toUpper($blockCode)), $blockCode);
    switch ($blockCode) {
        case "statusorder":
            echo Admin\Blocks\OrderStatus::getEdit($saleOrder, $USER, true, true);
            break;
        case "buyer":
            echo Admin\Blocks\OrderBuyer::getView($saleOrder);
            break;
        case "delivery":
            $shipments = $saleOrder->getShipmentCollection();
            $index = 0;