Ignore:
Timestamp:
Feb 4, 2015 3:38:47 PM (10 years ago)
Author:
dungnv
Message:
 
Location:
pro-violet-viettel/sourcecode/application/modules/frontend/views
Files:
2 edited

Legend:

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

    r737 r744  
    1313                                                                <?php $flashVars.= '&commonLibList=sxIOE3.xml,sxIOE4.xml,sxIOE5.xml,tnIOE3.xml,tnIOE4.xml,tnIOE5.xml' ?>
    1414                                                                <?php $flashVars.= '&youtubeUrl='.$base_url.'assets/soanbai/Service/fake_youtube.php'.$langParam.'&command=Init OK' ?>
    15                                                                 <?php $flashVars.= '&licenseStatus='.$licenseAvailable ?>
     15                                                                <?php $flashVars.= '&licenseStatus='. ($licenseAvailable == 'OK' ? 'OK' : 'NG') ?>
    1616                                                                <?php $flashVars.= isset($licflashVars['id']) ? '&userId='. $licflashVars['id']:'' ?>
    1717                                                                <?php $flashVars.= isset($licflashVars['fullname']) ? '&appUserName='.$licflashVars['fullname']:'' ?>
  • pro-violet-viettel/sourcecode/application/modules/frontend/views/servicemodals.php

    r701 r744  
    4747                </div>
    4848                <!-- END: alert-services -->
    49                
     49
    5050                <!-- alert-services-package -->
    51                 <div class="modal hide fade" id="alert-services-package" tabindex="-1" role="dialog"aria-hidden="true">
     51                <div class="modal fade" id="alert-services-package" tabindex="-1" role="dialog"aria-hidden="true">
    5252                  <div class="modal-dialog">
    5353                    <div class="modal-content">
     
    7171                  </div>
    7272                </div>
    73                 <!-- END: alert-services -->
     73                <!-- END: alert-services-package -->
    7474               
    7575                <!-- alert-services-reg -->
Note: See TracChangeset for help on using the changeset viewer.