Ignore:
Timestamp:
Nov 24, 2014 4:27:40 PM (11 years ago)
Author:
dungnv
Message:
 
Location:
pro-violet-viettel/sourcecode/assets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/assets/css/custom.css

    r563 r620  
    22   margin-right: 0;
    33}
     4
     5li {
     6        white-space: nowrap;
     7}
     8
     9.nav-tabs>li {
     10        margin-bottom: -2px
     11}
     12
    413.modal {
    514  overflow-y: auto;
    615}
    7 
     16.icon-a:before {
     17        content: "";
     18}
    819@media (max-width:993px) {
    920        .site-info {
     
    1728.login-container {
    1829        width:100%
    19 }
    20 
    21 .main-container {
    22         margin-top: 64px;
    2330}
    2431
     
    263270        left: 0
    264271}
     272
     273#not_success_charge .modal-dialog {
     274        width:620px;
     275}
  • pro-violet-viettel/sourcecode/assets/js/frontend/user.js

    r617 r620  
    158158                        }else
    159159                        {
     160                                /*var notSuccessMsg = 'Mã thẻ hoặc Serial khÃŽng đúng hoặc đã được sá»­ dụng. Quí vị vui lòng kiểm tra lại!';
     161                                if (result.isLocked == 1) {
     162                                        notSuccessMsg = 'QuÜ vị đã nhập sai thÃŽng tin thẻ cào ' + result.maxReach + ' lần liên tiếp.<br />Xin chờ ' + result.timeToUnlock + ' phút sau để thao tác lại!';
     163                                }*/
     164                               
     165                                $("#not_success_charge").find('div#no_success_charge_info > center').html (result.errMsg);
    160166                                $("#not_success_charge").modal('show');
    161167                        }
Note: See TracChangeset for help on using the changeset viewer.