Author: sevein
Date: Thu Oct 13 17:06:04 2011
New Revision: 10087

Log:
Show first advanced search box

Modified:
   trunk/apps/qubit/modules/search/templates/_box.php

Modified: trunk/apps/qubit/modules/search/templates/_box.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/_box.php  Thu Oct 13 17:05:02 
2011        (r10086)
+++ trunk/apps/qubit/modules/search/templates/_box.php  Thu Oct 13 17:06:04 
2011        (r10087)
@@ -3,12 +3,12 @@
   <h2 class="element-invisible"><?php echo __('Search') ?></h2>
 
   <div class="content">
+    <div class="advanced-search">
+      <?php echo link_to(__('Advanced search'), array('module' => 'search', 
'action' => 'advanced')) ?>
+    </div>
     <form action="<?php echo url_for(array('module' => 'search')) ?>">
       <input name="query"<?php if (isset($sf_request->query)) echo ' 
class="focused"' ?> value="<?php echo esc_entities($sf_request->query) ?>"/>
       <input class="form-submit" type="submit" value="<?php echo __('Search') 
?>"/>
-      <div class="advanced-search">
-        <?php echo link_to(__('Advanced search'), array('module' => 'search', 
'action' => 'advanced')) ?>
-      </div>
     </form>
   </div>
 

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