Ignore:
Timestamp:
Nov 21, 2014 3:57:53 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php

    r591 r608  
    195195                                        <h4 class="header blue bolder smaller">ThÃŽng tin tài khoản</h4>
    196196                                                                                <div class="col-sm-6">
    197                                                                                         <h4>Số tiền trong tài khoản SBG Online: <b><span class="blue"><?php echo number_format(@$acc_balanced, 0); ?> VNĐ <span></b></h4>
     197                                                                                        <h4>Số tiền trong tài khoản SBG Online: <b><span class="blue" id="topup-money"><?php echo number_format(@$acc_balanced, 0); ?> VNĐ <span></b></h4>
    198198
    199199                                        </div>
     
    252252                                        </div>
    253253                                                                                <div class="col-sm-6">
    254                                             <h4>Số tiền trong tài khoản SBG Online</h4><h3> <?php echo number_format(@$acc_balanced, 0); ?> VNĐ <span id="add_money" style="cursor:pointer" class="badge" >Nạp thêm tiền</span></h3>
     254                                            <h4>Số tiền trong tài khoản SBG Online</h4><h3> <span id="vip-regis-money"> <?php echo number_format(@$acc_balanced, 0); ?></span> VNĐ <span id="add_money" style="cursor:pointer" class="badge" >Nạp thêm tiền</span></h3>
    255255                                        </div>
    256256
     
    487487        var url="<?php echo base_url();?>";
    488488        var current_tab="<?php echo $current_tab;?>";
    489 
     489        //var current_balanced = <?php echo $acc_balanced; ?>;
    490490</script>
    491491<?php
Note: See TracChangeset for help on using the changeset viewer.