Author: Jonathan.Wage
Date: 2010-02-13 01:00:03 +0100 (Sat, 13 Feb 2010)
New Revision: 27992

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalSearchPlugin/modules/sympal_search/templates/indexSuccess.php
Log:
[1.4][sfSympalPlugin][1.0] Putting breadcrumbs on search page under h1


Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalSearchPlugin/modules/sympal_search/templates/indexSuccess.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalSearchPlugin/modules/sympal_search/templates/indexSuccess.php
      2010-02-12 23:46:19 UTC (rev 27991)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalSearchPlugin/modules/sympal_search/templates/indexSuccess.php
      2010-02-13 00:00:03 UTC (rev 27992)
@@ -1,5 +1,7 @@
 <?php use_helper('SympalPager') ?>
 
+<h1>Search</h1>
+
 <?php if ($sf_request->getParameter('action') == 'admin_search'): ?>
   <?php if ($q = $sf_request->getParameter('q')): ?>
     <?php echo get_sympal_breadcrumbs(array(
@@ -15,8 +17,6 @@
   <?php endif; ?>
 <?php endif; ?>
 
-<h1>Search</h1>
-
 <?php echo get_partial('sympal_search/form') ?>
 
 <?php if (isset($dataGrid)): ?>

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