started to mix search form and advanced search form into one unique block, the idea is to switch to one from an other with tabs
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
<div class="inner">
|
||||
<div class="msa-search">
|
||||
<h4><?php print $search_title; ?></h4>
|
||||
<?php print render($searchform); ?>
|
||||
</div>
|
||||
<div class="msa-advanced-search">
|
||||
<h4><?php print $advanced_search_title; ?></h4>
|
||||
<?php print render($advanced_searchform); ?>
|
||||
</div>
|
||||
|
||||
<?php print render($searchform); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user