Beispiel #1
0
    echo $order["status"];
    ?>
</caption>
											</table>
										<span align="left"><b><?php 
    echo JText::_("GURU_MYORDERS_ORDER_DATE");
    ?>
											<?php 
    $helper = new guruHelper();
    echo $helper->getDate($order["order_date"]);
    ?>
</b></span>
										<br /><br />
										<?php 
    if ($this->show === TRUE) {
        $customer = $guruModelguruOrder->getCustomerDetails($order["userid"]);
        ?>
                                        	<div class="span8">
                                                <span class="pull-left" style="font-weight:bold;"><?php 
        echo JText::_("GURU_BILLED_TO") . ":";
        ?>
</span>
                                                <br />
                                                <table class="guru_customer_details table span7 g_margin_bottom">
                                                    <tr>
                                                        <td><?php 
        echo JText::_("GURU_FIRS_NAME");
        ?>
:</td>
                                                        <td style="padding-left:20px;"><?php 
        echo $customer["0"]["firstname"];