Changeset 15925
- Timestamp:
- 01/25/12 18:31:58 (4 months ago)
- Location:
- trunk/templates/base
- Files:
-
- 1 added
- 1 edited
-
images/icons/ui-menu-blue.png (added)
-
scripts/BxBaseFunctions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseFunctions.php
r15922 r15925 679 679 'designbox_content' => $sContent, 680 680 'caption_item' => $this->designBoxMenu ($mixedMenu, array (array('menu' => 1))), 681 'bottom_item' => '', // TODO: remove or implement somehow 681 682 )); 682 683 } … … 718 719 $sId = 'bx-menu-db-' . time() . rand(0, PHP_INT_MAX); 719 720 $sCode .= '<div id="' . $sId . '" style="display:none;">' . BxTemplFunctions::getInstance()->transBox('<div class="bx-def-padding bx-def-color-bg-block">' . $sMenu . '</div>') . '</div>'; 720 $aButtonMenu = array ('icon' => ' control-270.png', 'onclick' => 'if ($(\'#' . $sId . ':visible\').length) $(\'#' . $sId . '\').dolPopupHide(); else $(\'#' . $sId . '\').dolPopup({pointer:{el:$(this)}})');721 $aButtonMenu = array ('icon' => 'ui-menu-blue.png', 'onclick' => 'if ($(\'#' . $sId . ':visible\').length) $(\'#' . $sId . '\').dolPopupHide(); else $(\'#' . $sId . '\').dolPopup({pointer:{el:$(this)}})'); 721 722 } 722 723
Note: See TracChangeset
for help on using the changeset viewer.