HomeHelpTrac

Changeset 15946 for trunk/templates


Ignore:
Timestamp:
02/05/12 23:00:59 (4 months ago)
Author:
Alexander Trofimov
Message:

AJAX popup corrections

Location:
trunk/templates/base
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/_footer.html

    r15211 r15946  
     1        __popup_loading__ 
    12       <bx_injection:injection_footer /> 
    23    </body> 
  • trunk/templates/base/_header.html

    r15942 r15946  
    2727__flush_header__ 
    2828<body class="bx-def-font bx-def-color-bg-page" <bx_injection:injection_body /> > 
    29     <bx_injection:injection_header /> 
    30     __popup_loading__ 
     29    <bx_injection:injection_header />     
  • trunk/templates/base/css/menu.css

    r15942 r15946  
    101101.bx-menu-main li:active, 
    102102.bx-menu-main li.bx-menu-tab-active { 
     103    background-color:#f0f0f0; 
     104 
    103105    -webkit-box-shadow: inset 0px 0px 8px rgba(128, 128, 128, 0.35); 
    104106    -moz-box-shadow: inset 0px 0px 8px rgba(128, 128, 128, 0.35); 
  • trunk/templates/base/scripts/BxBaseMenu.php

    r15942 r15946  
    4545 
    4646    /**  
    47      * Get menu code for displaying menu in popup. 
    48      * @return string 
    49      */ 
    50     public function getCodeForPopup () { 
    51         bx_import('BxTemplFunctions'); 
    52         return BxTemplFunctions::getInstance()->transBox('<div class="bx-def-padding bx-def-color-bg-block">' . $this->getCode () . '</div>'); 
    53     } 
    54  
    55     /**  
    5647     * Get menu items array, which are ready to pass to template. 
    5748     * @return array 
Note: See TracChangeset for help on using the changeset viewer.