Current Path : /var/test/www/upload/admin/view/template/extension/payment/ |
Current File : /var/test/www/upload/admin/view/template/extension/payment/divido_order.tpl |
<table class="table table-bordered"> <thead> <tr> <th colspan="2"><?php echo $text_order_info; ?></th> </tr> </thead> <tbody> <tr> <td><?php echo $text_proposal_id; ?></td> <td><?php echo $proposal_id; ?></td> </tr> <tr> <td><?php echo $text_application_id; ?></td> <td><?php echo $application_id; ?></td> </tr> <tr> <td><?php echo $text_deposit_amount; ?></td> <td><?php echo $deposit_amount; ?></td> </tr> </tbody> </table>