?>
" name="order_number"/>
                                                        <input type="submit" value="<?php 
    echo RATEPAY_ORDER_RATEPAY_ADMIN_CANCELLATION;
    ?>
" name="cancel" class="button"/>
                                                    </div>
                                                </td>
                                            </tr>
                                        </form>
                                    </table>
                                <?php 
}
?>
                                <?php 
$returnItems = rpDb::getRpReturnItems($orderId);
if (count($returnItems) > 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="refund_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_RETOUR;