?> ','addProducts');"><?php echo tep_image_button('button_add_article.gif', TEXT_ADD_NEW_PRODUCT); ?> </a><input type="hidden" name="subaction" value=""> </div> <br> </td> <!-- order_totals bof //--> <td align="right" rowspan="2" valign="top" nowrap class="dataTableRow" style="border: 1px solid #C9C9C9;"> <table border="0" cellspacing="0" cellpadding="2"> <tr class="dataTableHeadingRow"> <td class="dataTableHeadingContent" width="15" nowrap onMouseover="ddrivetip('<?php echo oe_html_no_quote(HINT_TOTALS); ?> ')"; onMouseout="hideddrivetip()"><img src="images/icons/information.png" border="0" width="13" height="13" onLoad="reloadTotals()"></td> <td class="dataTableHeadingContent" nowrap><?php echo TABLE_HEADING_OT_TOTALS; ?> </td> <td class="dataTableHeadingContent" colspan="2" nowrap><?php echo TABLE_HEADING_OT_VALUES; ?> </td> </tr> <?php for ($i = 0; $i < sizeof($order->totals); $i++) { $id = $order->totals[$i]['class']; if ($order->totals[$i]['class'] == 'ot_shipping') {
</td> </tr> <?php if (ORDER_EDITOR_USE_AJAX == 'true') { ?> <script language="JavaScript" type="text/javascript"> <!-- document.write("<tr>"); document.write("<td colspan=\"3\" align=\"right\">"); document.write("<span class=\"button\"><button type=\"button\" name=\"comments_button\" value=\"<?php echo oe_html_no_quote(AJAX_SUBMIT_COMMENT); ?> \" onClick=\"javascript:getNewComment();\"><img src=\"images/icons/buttons/add.png\" border=\"0\" alt=\"\" width=\"12\" height=\"12\"> <?php echo oe_html_no_quote(AJAX_SUBMIT_COMMENT); ?> </button></span>"); document.write("</td>"); document.write("</tr>"); //--> </script> <?php } ?> </table> <div> <?php echo vam_draw_separator('pixel_trans.gif', '1', '10');