HomeHelpTrac

Ignore:
Timestamp:
05/25/09 00:00:45 (3 years ago)
Author:
Anton Lesnikov
Message:
  1. Updated admin panels for News, Feedback and Payment modules.
  2. Improvements for design box in admin panel.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/news/classes/BxNewsModule.php

    r10042 r10599  
    5656     * Service methods 
    5757     */ 
    58     function servicePostBlock() {                
     58    function servicePostBlock() { 
     59         
    5960        $aVariables = array( 
    60            'include_css' => $this->_oTemplate->addCss(array('forms_adv.css', 'post.css'), true), 
     61           'include_css' => $this->_oTemplate->addCss(array('post.css'), true), 
    6162           'post_form' => $this->_oTextData->getPostForm(array('status' => BX_NEWS_STATUS_INACTIVE)) 
    6263        ); 
     
    7071 
    7172        $aVariables = array( 
    72            'include_css' => $this->_oTemplate->addCss(array('forms_adv.css'), true), 
     73           'include_css' => $this->_oTemplate->addCss(array('post.css'), true), 
    7374           'post_form' => $this->_oTextData->getEditForm($aNews, array('status' => BX_NEWS_STATUS_INACTIVE)) 
    7475        ); 
Note: See TracChangeset for help on using the changeset viewer.