Author: sevein
Date: Wed Oct 14 11:15:53 2009
New Revision: 3739
Log:
Add title in themes pages and fix CSS problem with menu.
Modified:
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/indexSuccess.php
trunk/plugins/sfThemePlugin/modules/sfThemePlugin/templates/indexSuccess.php
Modified:
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/indexSuccess.php
==============================================================================
---
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/indexSuccess.php
Wed Oct 14 10:25:45 2009 (r3738)
+++
trunk/plugins/sfPluginAdminPlugin/modules/sfPluginAdminPlugin/templates/indexSuccess.php
Wed Oct 14 11:15:53 2009 (r3739)
@@ -1,5 +1,6 @@
<div class="options-list"><a class="active">list</a><?php echo
link_to('configure', array('module' => 'sfThemePlugin')) ?></div>
+<div class="pageTitle"><?php echo __('list themes'); ?></div>
<?php echo $form->renderFormTag(url_for(array('module' =>
'sfPluginAdminPlugin'))) ?>
<?php echo $form->renderGlobalErrors() ?>
Modified:
trunk/plugins/sfThemePlugin/modules/sfThemePlugin/templates/indexSuccess.php
==============================================================================
---
trunk/plugins/sfThemePlugin/modules/sfThemePlugin/templates/indexSuccess.php
Wed Oct 14 10:25:45 2009 (r3738)
+++
trunk/plugins/sfThemePlugin/modules/sfThemePlugin/templates/indexSuccess.php
Wed Oct 14 11:15:53 2009 (r3739)
@@ -1,5 +1,6 @@
<div class="options-list"><?php echo link_to('list', array('module' =>
'sfPluginAdminPlugin')) ?><a class="active">configure</a></div>
-<br />
+
+<div class="pageTitle"><?php echo __('configure themes'); ?></div>
<?php echo $form->renderFormTag(url_for(array('module' => 'sfThemePlugin')),
array('style' => 'float: left;')) ?>
<?php echo $form->renderGlobalErrors() ?>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---