Author: Richtermeister
Date: 2010-05-19 22:14:15 +0200 (Wed, 19 May 2010)
New Revision: 29535

Modified:
   plugins/dbFormExtraPlugin/lib/widget/sfWidgetFormColorPickerJQuery.class.php
Log:
bugfixing stylesheet reference of color picker widget

Modified: 
plugins/dbFormExtraPlugin/lib/widget/sfWidgetFormColorPickerJQuery.class.php
===================================================================
--- 
plugins/dbFormExtraPlugin/lib/widget/sfWidgetFormColorPickerJQuery.class.php    
    2010-05-19 19:51:20 UTC (rev 29534)
+++ 
plugins/dbFormExtraPlugin/lib/widget/sfWidgetFormColorPickerJQuery.class.php    
    2010-05-19 20:14:15 UTC (rev 29535)
@@ -12,7 +12,7 @@
    */
   public function getStylesheets()
   {
-    return array('/dbFormExtraPlugin/farbtastic/farbtastic.css');
+    return array('/dbFormExtraPlugin/farbtastic/farbtastic.css' => "all");
   }
 
   /**

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to