Development

Changeset 8966

You must first sign up to be able to contribute.

Changeset 8966

Show
Ignore:
Timestamp:
05/15/08 01:18:44 (2 months ago)
Author:
Jonathan.Todd
Message:

sfYUIPlugin: branches/jtodd - Updated Tabview helper to use sam skin by default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfYUIPlugin/branches/jtodd/lib/helper/YUITabviewHelper.php

    r8963 r8966  
    5151    
    5252  sfYUI::addComponentStylesheet('tabview', 'tabview', '-min'); 
    53   sfYUI::addComponentStylesheet('tabview', 'skin-sam', '-min'); 
     53   
     54  sfContext::getInstance()->getResponse()->addStylesheet('http://yui.yahooapis.com/2.5.1/build/tabview/assets/skins/sam/tabview.css','last');  
     55   
    5456 
    5557  ob_start();