Show
Ignore:
Timestamp:
08/28/2007 02:33:29 PM (15 months ago)
Author:
xue
Message:

moved css files to assets folder.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Web/UI/WebControls/TTabPanel.php

    r2143 r2167  
    385385        { 
    386386                if(($url=$this->getCssUrl())==='') 
    387                         $url=$this->publishAsset('TTabPanel.css',__CLASS__); 
     387                        $url=$this->getApplication()->getAssetManager()->publishFilePath(dirname(__FILE__).DIRECTORY_SEPARATOR.'assets'.DIRECTORY_SEPARATOR.'tabpanel.css'); 
    388388                $this->getPage()->getClientScript()->registerStyleSheetFile($url,$url); 
    389389        }