Changeset 620 for pro-violet-viettel/sourcecode/assets
- Timestamp:
- Nov 24, 2014 4:27:40 PM (11 years ago)
- Location:
- pro-violet-viettel/sourcecode/assets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/assets/css/custom.css
r563 r620 2 2 margin-right: 0; 3 3 } 4 5 li { 6 white-space: nowrap; 7 } 8 9 .nav-tabs>li { 10 margin-bottom: -2px 11 } 12 4 13 .modal { 5 14 overflow-y: auto; 6 15 } 7 16 .icon-a:before { 17 content: ""; 18 } 8 19 @media (max-width:993px) { 9 20 .site-info { … … 17 28 .login-container { 18 29 width:100% 19 }20 21 .main-container {22 margin-top: 64px;23 30 } 24 31 … … 263 270 left: 0 264 271 } 272 273 #not_success_charge .modal-dialog { 274 width:620px; 275 } -
pro-violet-viettel/sourcecode/assets/js/frontend/user.js
r617 r620 158 158 }else 159 159 { 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); 160 166 $("#not_success_charge").modal('show'); 161 167 }
Note: See TracChangeset
for help on using the changeset viewer.