Author: ornicar2
Date: 2010-01-14 14:40:47 +0100 (Thu, 14 Jan 2010)
New Revision: 26626
Removed:
plugins/dmFlowPlayerPlugin/web/css/
Modified:
plugins/dmFlowPlayerPlugin/config/dm/assets.yml
plugins/dmFlowPlayerPlugin/lib/dmWidget/dmWidgetContentFlowPlayerForm.php
Log:
[Diem][dmFlowPlayerPlugin]
- removed useless stylesheets
Modified: plugins/dmFlowPlayerPlugin/config/dm/assets.yml
===================================================================
--- plugins/dmFlowPlayerPlugin/config/dm/assets.yml 2010-01-14 13:37:10 UTC
(rev 26625)
+++ plugins/dmFlowPlayerPlugin/config/dm/assets.yml 2010-01-14 13:40:47 UTC
(rev 26626)
@@ -8,13 +8,6 @@
widgetForm: widget/form
-css:
-
- dmFlowPlayerPlugin:
-
- widgetView: widget/view
- widgetForm: widget/form
-
other:
dmFlowPlayerPlugin:
Modified:
plugins/dmFlowPlayerPlugin/lib/dmWidget/dmWidgetContentFlowPlayerForm.php
===================================================================
--- plugins/dmFlowPlayerPlugin/lib/dmWidget/dmWidgetContentFlowPlayerForm.php
2010-01-14 13:37:10 UTC (rev 26625)
+++ plugins/dmFlowPlayerPlugin/lib/dmWidget/dmWidgetContentFlowPlayerForm.php
2010-01-14 13:40:47 UTC (rev 26626)
@@ -10,8 +10,7 @@
unset($this['legend']);
$this->addRequiredStylesheet(array(
- 'lib.ui-tabs',
- 'dmFlowPlayerPlugin.widgetForm'
+ 'lib.ui-tabs'
));
$this->addRequiredJavascript(array(
'lib.ui-tabs',
--
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.