- Posts: 7
- Thank you received: 0
<form id="mod-finder-searchform-<?php echo $module->id; ?>" action="<?php echo $action; ?>" method="<?php echo $form_method; ?>" class="form-search">
<div class="jlcontentfieldsfilter<?php echo $moduleclass_sfx; ?>">
<?php foreach($fields as $v) : ?>
<?php if($v):?>
<div class="jlmf-section">
<?php echo $v; ?>
</div>
<?php endif;?>
<?php endforeach; ?>
<?php if($enableOrdering) : ?>
<div class="jlmf-section">
<?php echo $orderingSelect; ?>
</div>
<?php endif; ?>
<div class="jlmf-section">
<?php if (!$autho_send) : ?>
<button type="submit" class="jlmf-button"><?php echo JText::_('MOD_JLCONTENTFIELDSFILTER_SUBMIT'); ?></button>
<?php endif; ?>
<div><button type="button" class="jlmf-link" onclick="return JlContentFieldsFilter.clearForm(this);"><?php echo JText::_('MOD_JLCONTENTFIELDSFILTER_RESET'); ?></button></div>
</div>
</div>
<?php if($option == 'com_tags'){ ?>
<input type="hidden" name="tag_category_id" value="<?php echo $catid; ?>">
<?php } ?>
<input type="hidden" name="jlcontentfieldsfilter[is_filter]" value="1">
</form>
Please Log in or Create an account to join the conversation.
Contact:
email: This email address is being protected from spambots. You need JavaScript enabled to view it.