Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<div id="top-infopane">
    <table id="all-return-transactions" class="display">
        <thead>
            <tr>
                <th>Return Transaction Id</th>
                <th>Status</th>
            </tr>
        </thead>
        <tbody>
            #foreach($order in $action.getReturnTransactions())
            <tr>
                <td><a href="/crm/?returnTransactionId=$order.getId()" target="_blank">$order.getId()</a></td>
                                <td>$order.getStatus()</td>
            </tr>
            #end
            </tbody>
    </table>
</div>