Ignore:
Timestamp:
Nov 17, 2014 5:52:47 PM (11 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/views/smslog/listview.php

    r430 r540  
    2525            <!-- PAGE CONTENT BEGINS -->
    2626            <div style="padding-bottom:4px" class="table-header">
    27                 Danh sách log
     27                Danh sách SMS Log
    2828            </div>
    2929                        <!-- PAGE CONTENT BEGINS -->
     
    6363                                                                </th>
    6464                                                        <th class="<?php if ($sorting_field == 'sender') {echo $sorting_order;} else {echo "sorting";} ?>" id="sender" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Người gá»­i: activate to sort column ascending">Người gá»­i</th>
    65                                                         <th class="<?php if ($sorting_field == 'us_id') {echo $sorting_order;} else {echo "sorting";} ?>" id="us_id" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Tài khoản: activate to sort column ascending">Tài khoản</th>
    66                                                         <th class="<?php if ($sorting_field == 'mobody') {echo $sorting_order;} else {echo "sorting";} ?>" id="mobody" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="MO: activate to sort column ascending">MO</th>
    67                                                         <th class="<?php if ($sorting_field == 'mtbody') {echo $sorting_order;} else {echo "sorting";} ?>" id="mtbody" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="MT: activate to sort column ascending">MT</th>
     65                                                        <th class="<?php if ($sorting_field == 'service_id') {echo $sorting_order;} else {echo "sorting";} ?>" id="service_id" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Dịch vụ: activate to sort column ascending">Dịch vụ</th>
     66                                                        <th class="<?php if ($sorting_field == 'commandcode') {echo $sorting_order;} else {echo "sorting";} ?>" id="commandcode" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Mã lệnh: activate to sort column ascending">Mã lệnh</th>
     67                                                        <th class="<?php if ($sorting_field == 'info') {echo $sorting_order;} else {echo "sorting";} ?>" id="info" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="ThÃŽng tin: activate to sort column ascending">ThÃŽng tin</th>
    6868                                                        <th class="<?php if ($sorting_field == 'created_time') {echo $sorting_order;} else {echo "sorting";} ?>" id="created_time" class="hidden-480" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Thời gian: activate to sort column ascending">
    6969                                                                <i class="icon-time bigger-110 hidden-480"></i>
     
    8484
    8585                                                        <td>
    86                                                                 <a href="#"><?php echo $smslog['sender']; ?></a>
     86                                                                <?php echo $smslog['sender']; ?>
    8787                                                        </td>
    88                                                         <td><?php echo $smslog['username']; ?></td>
    89                                                         <td><?php echo $smslog['mobody']; ?></td>
    90                                                         <td><?php echo $smslog['mtbody']; ?></td>
     88                                                        <td><?php echo $smslog['servicename']; ?></td>
     89                                                        <td><?php echo $smslog['commandcode']; ?></td>
     90                                                        <td><?php echo $smslog['info']; ?></td>
    9191                                                        <td><?php echo $smslog['created_time']; ?></td>
    9292                                                </tr>
     
    117117        init_page();
    118118    }
    119 
    120 
    121119</script>
Note: See TracChangeset for help on using the changeset viewer.