<div style="margin-top: 10px;">
                                                    <input type="hidden" value="<?php 
echo $orderId;
?>
" name="order_number"/>
                                                    <input type="submit" value="<?php 
echo RATEPAY_ORDER_RATEPAY_ADMIN_DELIVERY;
?>
" name="ship" class="button"/>
                                                </div>
                                            </td>
                                        </tr>
                                    </form>
                                </table>
                                <?php 
$cancelItems = rpDb::getRpCancelItems($orderId);
if (count($cancelItems) > 0) {
    ?>
                                    <br />
                                    <br />
                                    <table border="0" width="100%" cellspacing="0" cellpadding="2">
                                        <form action="<?php 
    echo xtc_href_link('ratepay_order_script.php');
    ?>
" method="POST" name="cancel_form">
                                            <tr>
                                                <td valign="top">
                                                    <table border="0" width="100%" cellspacing="0" cellpadding="2" height="40">
                                                        <tr>
                                                            <td class="pageHeading"><?php 
    echo RATEPAY_ORDER_RATEPAY_ADMIN_CANCEL;