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:
Bachir Soussi Chiadmi
2017-10-25 17:01:00 +02:00
parent 9bfbd861ca
commit 55700094a2
4 changed files with 192 additions and 157 deletions

View File

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