$order = new osC_Order($_GET['orders_id']);
?>

<h1><?php 
echo $osC_Template->getPageTitle();
?>
</h1>

<?php 
if ($messageStack->size('orders') > 0) {
    echo $messageStack->output('orders');
}
?>

<form name="return_request" action="<?php 
echo osc_href_link(FILENAME_ACCOUNT, 'orders=save_return_request&orders_id=' . $order->getID(), 'SSL');
?>
" method="post">

<div class="moduleBox">
    
  <table class="productListing" border="0" width="100%" cellspacing="0" cellpadding="4">    
    <tr>
      <td class="productListing-heading"><?php 
echo $osC_Language->get('listing_products_heading');
?>
</td>
      <td class="productListing-heading" align="center"><?php 
echo $osC_Language->get('listing_price_heading');
?>
</td>