tabs interface for search forms is ready
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="inner">
|
||||
<div class="msa-search">
|
||||
<h4><?php print $search_title; ?></h4>
|
||||
<div class="msa-form-wrapper msa-search">
|
||||
<h4 class="form-title"><?php print $search_title; ?></h4>
|
||||
<?php print render($searchform); ?>
|
||||
</div>
|
||||
<div class="msa-advanced-search">
|
||||
<h4><?php print $advanced_search_title; ?></h4>
|
||||
<div class="msa-form-wrapper msa-advanced-search">
|
||||
<h4 class="form-title"><?php print $advanced_search_title; ?></h4>
|
||||
<?php print render($advanced_searchform); ?>
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user