handled ajax call for advanced search, handled permissions for advanced form display
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<div class="inner">
|
||||
<div class="msa-form-wrapper msa-search">
|
||||
<h4 class="form-title"><?php print $search_title; ?></h4>
|
||||
<?php print render($searchform); ?>
|
||||
</div>
|
||||
<div class="msa-form-wrapper msa-advanced-search">
|
||||
<h4 class="form-title"><?php print $advanced_search_title; ?></h4>
|
||||
<?php print render($advanced_searchform); ?>
|
||||
</div>
|
||||
</div>
|
@@ -1,11 +1,5 @@
|
||||
<div class="inner">
|
||||
<div class="msa-form-wrapper msa-search">
|
||||
<h4 class="form-title"><?php print $search_title; ?></h4>
|
||||
<?php print render($searchform); ?>
|
||||
</div>
|
||||
<div class="msa-form-wrapper msa-advanced-search">
|
||||
<h4 class="form-title"><?php print $advanced_search_title; ?></h4>
|
||||
<?php print render($advanced_searchform); ?>
|
||||
</div>
|
||||
|
||||
<?php print render($searchform); ?>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user