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

moved css files to assets folder.

Files:
1 modified

Legend:

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

    r2162 r2167  
    144144        { 
    145145                if(($url=$this->getCssUrl())==='') 
    146                         $url=$this->publishAsset('keyboard.css',__CLASS__); 
     146                        $url=$this->getApplication()->getAssetManager()->publishFilePath(dirname(__FILE__).DIRECTORY_SEPARATOR.'assets'.DIRECTORY_SEPARATOR.'keyboard.css'); 
    147147                $this->getPage()->getClientScript()->registerStyleSheetFile($url,$url); 
    148148        }