Changeset 15946 for trunk/templates
- Timestamp:
- 02/05/12 23:00:59 (4 months ago)
- Location:
- trunk/templates/base
- Files:
-
- 4 edited
-
_footer.html (modified) (1 diff)
-
_header.html (modified) (1 diff)
-
css/menu.css (modified) (1 diff)
-
scripts/BxBaseMenu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/_footer.html
r15211 r15946 1 __popup_loading__ 1 2 <bx_injection:injection_footer /> 2 3 </body> -
trunk/templates/base/_header.html
r15942 r15946 27 27 __flush_header__ 28 28 <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 101 101 .bx-menu-main li:active, 102 102 .bx-menu-main li.bx-menu-tab-active { 103 background-color:#f0f0f0; 104 103 105 -webkit-box-shadow: inset 0px 0px 8px rgba(128, 128, 128, 0.35); 104 106 -moz-box-shadow: inset 0px 0px 8px rgba(128, 128, 128, 0.35); -
trunk/templates/base/scripts/BxBaseMenu.php
r15942 r15946 45 45 46 46 /** 47 * Get menu code for displaying menu in popup.48 * @return string49 */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 /**56 47 * Get menu items array, which are ready to pass to template. 57 48 * @return array
Note: See TracChangeset
for help on using the changeset viewer.