Changeset 15931 for trunk/templates
- Timestamp:
- 01/26/12 19:46:52 (4 months ago)
- File:
-
- 1 edited
-
trunk/templates/base/scripts/BxBaseFunctions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseFunctions.php
r15925 r15931 713 713 714 714 if ($sMenu) { 715 716 $this->_oTemplate->addJs('jquery.dolPopup.js');717 $this->_oTemplate->addJs('jquery.ui.position.min.js');718 719 715 $sId = 'bx-menu-db-' . time() . rand(0, PHP_INT_MAX); 720 716 $sCode .= '<div id="' . $sId . '" style="display:none;">' . BxTemplFunctions::getInstance()->transBox('<div class="bx-def-padding bx-def-color-bg-block">' . $sMenu . '</div>') . '</div>';
Note: See TracChangeset
for help on using the changeset viewer.