HomeHelpTrac

Changeset 15925 for trunk/templates


Ignore:
Timestamp:
01/25/12 18:31:58 (4 months ago)
Author:
Alexander Trofimov
Message:

Menu icon

Location:
trunk/templates/base
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/scripts/BxBaseFunctions.php

    r15922 r15925  
    679679            'designbox_content' => $sContent, 
    680680            'caption_item' => $this->designBoxMenu ($mixedMenu, array (array('menu' => 1))), 
     681            'bottom_item' => '', // TODO: remove or implement somehow 
    681682        )); 
    682683    } 
     
    718719                $sId = 'bx-menu-db-' . time() . rand(0, PHP_INT_MAX); 
    719720                $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)}})'); 
    721722            } 
    722723             
Note: See TracChangeset for help on using the changeset viewer.