PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
ecommerce
/
order
<div class="panel"> <div class="panel-title"><?php echo Language::term('title_comments', 'Comments'); ?></div> <table id="comments" class="dataTable" style="width: 100%;"> <tr class="header"> <th style="text-align: center;"><?php echo Language::term('title_date', 'Date'); ?></th> <th style="width: 100%;"><?php echo Language::term('title_comment', 'Comment'); ?></th> <th style="text-align: center;"><?php echo Language::term('title_hidden', 'Hidden'); ?></th> <th> </th> </tr> <tr ng-repeat="(key,comment) in data.comments"> <td>{{comment.date_added}}</td> <td style="white-space: normal;"><input type="text" class="form-control" ng-model="comment.text"/></td> <td> <input type="checkbox" class="form-control" ng-model="comment.hidden" ng-true-value="'1'" ng-false-value="'0'"/> </td> <td><a class="remove" href="javascript:void(0);" ng-click="removeComment($index)" href="#" title="<?php echo Language::term('title_remove', 'Remove'); ?>"><?php echo cmm_functions::draw_fonticon('fa-times-circle fa-lg', 'style="color: #cc3333;"'); ?></a></td> </tr> <tr> <td colspan="4"><button class="btn btn-primary" ng-click="addComment()" href="#" title="<?php echo Language::term('title_insert_', 'Insert'); ?>"><?php echo cmm_functions::draw_fonticon('fa-plus-circle', ''); ?></button></td> </tr> </table> </div> </div>
[+]
..
[-] orderdetail_info.php
[edit]
[-] paypal_order.php
[edit]
[-] order.php
[edit]
[+]
payment
[-] orderdetail_comment.php
[edit]
[-] orderdetail_product.php
[edit]
[-] orderdetail_customer.php
[edit]
[-] order_invoice.php
[edit]
[-] status_tab.php
[edit]
[-] payment_status_tab.php
[edit]
[-] cart_tab.php
[edit]
[-] orderdetail_shipping_address.php
[edit]
[-] order_detail - Copy.php
[edit]
[-] order_detail.php
[edit]
[-] orderdetail_total.php
[edit]