示例#1
0
        ?>
                                            </td>
                                            <td data-title="<?php 
        echo JText::_('COM_JBLANCE_DEPOSIT_FEE');
        ?>
" class="text-right">
                                                <?php 
        echo JblanceHelper::formatCurrency($deposit->total - $deposit->amount, false);
        ?>
                                            </td>
                                            <td data-title="<?php 
        echo JText::_('COM_JBLANCE_STATUS');
        ?>
">
                                                <?php 
        echo JblanceHelper::getApproveStatus($deposit->approved);
        ?>
                                            </td>
                                            <td class="text-center">
                                                <a class="btn btn-mini jb-modal" title="<?php 
        echo JText::_('COM_JBLANCE_PRINT_INVOICE');
        ?>
" href="<?php 
        echo $link_invoice;
        ?>
" rel="{handler: 'iframe', size: {x: 650, y: 500}}"><i class="material-icons">print</i></a>
                                            </td>
                                        </tr>
                                        <?php 
        $k = 1 - $k;
    }