Author: sevein
Date: Tue Sep 6 10:29:10 2011
New Revision: 9664
Log:
Add advanced search button
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 Tue Sep 6 10:28:38
2011 (r9663)
+++ trunk/apps/qubit/modules/search/templates/_box.php Tue Sep 6 10:29:10
2011 (r9664)
@@ -7,6 +7,9 @@
<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')
?>"/>
</form>
+ <div>
+ <?php echo link_to(__('Advanced search'), array('module' => 'search',
'action' => 'advanced')) ?>
+ </div>
</div>
</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.