HomeHelpTrac

Changeset 13271


Ignore:
Timestamp:
11/19/09 03:39:16 (2 years ago)
Author:
Andrey Prikaznov
Message:
Location:
trunk/modules/boonex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/ads/classes/BxAdsModule.php

    r13140 r13271  
    582582EOF; 
    583583 
    584         $sActions = BxDolPageView::getBlockCaptionMenu(mktime(), array( 
     584        $sActions = /*BxDolPageView::getBlockCaptionMenu(mktime(),*/ array( 
    585585            'ads_t1' => array('href' => 'javascript: void(0);', 'title' => $sPendingC, 'onclick' => 'switchAdmPage(1, this); return false;', 'active' => $iPage1Active), 
    586586            'ads_t2' => array('href' => 'javascript: void(0);', 'title' => $sSettingsC, 'onclick' => 'switchAdmPage(2, this); return false;', 'active' => $iPage2Active) 
    587         )); 
    588         return DesignBoxContent($sTitleC, $sBoxContent, 1, $sActions); 
     587        /*)*/); 
     588        return DesignBoxAdmin($sTitleC, $sBoxContent, $sActions); 
    589589    } 
    590590 
     
    23892389        } 
    23902390 
    2391         $sActions = BxDolPageView::getBlockCaptionMenu(mktime(), array( 
     2391        $sActions = /*BxDolPageView::getBlockCaptionMenu(mktime(),*/ array( 
    23922392            'add_subcat' => array('href' => 'javascript: void(0);', 'title' => _t('_bx_ads_add_subcategory'), 'onclick' => 'showPopupAnyHtml(\'modules/boonex/ads/post_mod_ads.php?action=add_sub_category\');', 'active' => 0), 
    23932393            'manager' => array('href' => 'javascript: void(0);', 'title' => _t('_bx_ads_category_manager'), 'onclick' => 'showPopupAnyHtml(\'modules/boonex/ads/post_mod_ads.php?action=category_manager\');', 'active' => 0) 
    2394         )); 
    2395         return DesignBoxContent (_t('_bx_ads_Manage_categories_form'), $sCode . $oForm->getCode(), 1, $sActions); 
     2394        /*)*/); 
     2395        return DesignBoxAdmin(_t('_bx_ads_Manage_categories_form'), $sCode . $oForm->getCode(), $sActions); 
    23962396    } 
    23972397 
  • trunk/modules/boonex/blogs/classes/BxBlogsModule.php

    r13124 r13271  
    22842284EOF; 
    22852285 
    2286         $sActions = BxDolPageView::getBlockCaptionMenu(mktime(), array( 
     2286        $sActions = /*BxDolPageView::getBlockCaptionMenu(mktime(),*/ array( 
    22872287            'blogs_t1' => array('href' => 'javascript: void(0);', 'title' => $sPendingC, 'onclick' => 'switchAdmPage(1, this); return false;', 'active' => $iPage1Active), 
    22882288            'blogs_t2' => array('href' => 'javascript: void(0);', 'title' => $sSettingsC, 'onclick' => 'switchAdmPage(2, this); return false;', 'active' => $iPage2Active) 
    2289         )); 
     2289        /*)*/); 
    22902290 
    22912291        //$sWrappedBox = $GLOBALS['oAdmTemplate']->parseHtmlByName('design_box_content.html', array('content' => $sBoxContent)); 
    2292         return DesignBoxContent($sTitleC, $sBoxContent, 1, $sActions); 
     2292        return DesignBoxAdmin($sTitleC, $sBoxContent, $sActions); 
    22932293    } 
    22942294 
Note: See TracChangeset for help on using the changeset viewer.