Author: sevein
Date: Mon Oct  3 16:45:00 2011
New Revision: 9907

Log:
Change class name to avoid conflict with tooltips

Modified:
   
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/pluginsSuccess.php
   
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/themesSuccess.php

Modified: 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/pluginsSuccess.php
==============================================================================
--- 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/pluginsSuccess.php
  Mon Oct  3 16:30:01 2011        (r9906)
+++ 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/pluginsSuccess.php
  Mon Oct  3 16:45:00 2011        (r9907)
@@ -23,7 +23,7 @@
               <?php echo image_tag('/plugins/'.$name.'/images/image', 
array('alt' => $name)) ?>
             <?php endif; ?>
             <h2><?php echo $name ?></h2>
-            <div class="description">
+            <div class="plugin-description">
               <?php echo $plugin::$summary ?>
             </div>
           </td><td>

Modified: 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/themesSuccess.php
==============================================================================
--- 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/themesSuccess.php
   Mon Oct  3 16:30:01 2011        (r9906)
+++ 
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/themesSuccess.php
   Mon Oct  3 16:45:00 2011        (r9907)
@@ -42,10 +42,10 @@
         <tr class="<?php echo 0 == @++$row % 2 ? 'even' : 'odd' ?>">
           <td>
             <?php if (file_exists($plugin->getRootDir().'/images/image.png')): 
?>
-              <?php echo image_tag('/plugins/'.$name.'/images/image', 
array('alt' => $name)) ?>
+              <a href="#" class="screenshot"><?php echo 
image_tag('/plugins/'.$name.'/images/image', array('alt' => $name)) ?></a>
             <?php endif; ?>
             <h2><?php echo $name ?></h2>
-            <div class="description">
+            <div class="theme-description">
               <?php echo $plugin::$summary ?>
             </div>
           </td><td>

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.

Reply via email to