Author: Jonathan.Wage
Date: 2010-02-13 03:21:39 +0100 (Sat, 13 Feb 2010)
New Revision: 28001

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/lib/menu/sfSympalMenuDashboard.class.php
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/dashboard.css
Log:
[1.4][sfSympalPlugin][1.0] Fixing dashboard header links


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/lib/menu/sfSympalMenuDashboard.class.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/lib/menu/sfSympalMenuDashboard.class.php
       2010-02-13 00:22:21 UTC (rev 28000)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/lib/menu/sfSympalMenuDashboard.class.php
       2010-02-13 02:21:39 UTC (rev 28001)
@@ -12,7 +12,7 @@
       if ($child->hasChildren())
       {
         $html .= '<div class="sympal_dashboard_box">';
-        $html .= '<h2>'.$child->renderLabel().'</h2>';
+        $html .= '<h2>'.$child->renderLink().'</h2>';
         $html .= '<ul>';
         $html .= $child->renderChildren();
         $html .= '</ul>';

Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/dashboard.css
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/dashboard.css
  2010-02-13 00:22:21 UTC (rev 28000)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAdminPlugin/web/css/dashboard.css
  2010-02-13 02:21:39 UTC (rev 28001)
@@ -40,6 +40,10 @@
   padding: 10px;
 }
 
+#sympal-dashboard .sympal_dashboard_box h2 a {
+  color: #fff;
+}
+
 #sympal-dashboard .sympal_dashboard_box ul {
   margin: 0;
   padding: 0;

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