- Timestamp:
- Nov 21, 2014 3:57:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/frontend/views/user_profile.php
r591 r608 195 195 <h4 class="header blue bolder smaller">ThÃŽng tin tà i khoản</h4> 196 196 <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> 198 198 199 199 </div> … … 252 252 </div> 253 253 <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> 255 255 </div> 256 256 … … 487 487 var url="<?php echo base_url();?>"; 488 488 var current_tab="<?php echo $current_tab;?>"; 489 489 //var current_balanced = <?php echo $acc_balanced; ?>; 490 490 </script> 491 491 <?php
Note: See TracChangeset
for help on using the changeset viewer.