Author: Jonathan.Wage
Date: 2010-01-12 22:58:55 +0100 (Tue, 12 Jan 2010)
New Revision: 26549

Added:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/images/default_dashboard_icon.png
Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_dashboard/lib/Basesympal_dashboardActions.class.php
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/dashboard.css
Log:
[1.4][sfSympalPlugin][1.0] Renaming sympal.load_dashboard_boxes to 
sympal.load_dashboard and fixing default dashboard box icon


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_dashboard/lib/Basesympal_dashboardActions.class.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_dashboard/lib/Basesympal_dashboardActions.class.php
     2010-01-12 21:01:38 UTC (rev 26548)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/modules/sympal_dashboard/lib/Basesympal_dashboardActions.class.php
     2010-01-12 21:58:55 UTC (rev 26549)
@@ -101,6 +101,6 @@
       ->setRoute('@sympal_check_server')
       ->setCredentials(array('ManageSetup'));
 
-    $this->getContext()->getEventDispatcher()->notify(new 
sfEvent($this->boxes, 'sympal.load_dashboard_boxes'));
+    $this->getContext()->getEventDispatcher()->notify(new 
sfEvent($this->boxes, 'sympal.load_dashboard'));
   }
 }
\ No newline at end of file

Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/dashboard.css
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/dashboard.css
  2010-01-12 21:01:38 UTC (rev 26548)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/dashboard.css
  2010-01-12 21:58:55 UTC (rev 26549)
@@ -37,7 +37,7 @@
   display: block;
   font-weight: bold;
   text-decoration: none;
-  background: url(../images/default.gif) no-repeat;
+  background: url(../images/default_dashboard_icon.png) no-repeat;
   background-position: center;
 }
 

Added: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/images/default_dashboard_icon.png
===================================================================
(Binary files differ)


Property changes on: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/images/default_dashboard_icon.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

-- 
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