First upload
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?php /* Smarty version 2.6.34, created on 2025-02-01 09:05:22
|
||||
compiled from widget/header/search.tpl */ ?>
|
||||
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
||||
smarty_core_load_plugins(array('plugins' => array(array('function', 'oxmultilang', 'widget/header/search.tpl', 10, false),)), $this); ?>
|
||||
|
||||
<?php if ($this->_tpl_vars['oView']->showSearch()): ?>
|
||||
<form class="form search" id="searchForm" role="form" action="<?php echo $this->_tpl_vars['oViewConf']->getSelfActionLink(); ?>
|
||||
" method="get" name="search">
|
||||
<?php echo $this->_tpl_vars['oViewConf']->getHiddenSid(); ?>
|
||||
|
||||
<input type="hidden" name="cl" value="search">
|
||||
|
||||
|
||||
<div class="input-group">
|
||||
|
||||
<input class="form-control" type="text" id="searchParam" name="searchparam" value="<?php echo $this->_tpl_vars['oView']->getSearchParamForHtml(); ?>
|
||||
" placeholder="<?php echo smarty_function_oxmultilang(array('ident' => 'SEARCH'), $this);?>
|
||||
">
|
||||
|
||||
|
||||
|
||||
<div class="input-group-append">
|
||||
<button class="btn btn-primary" type="button" id="searchSubmit" title="<?php echo smarty_function_oxmultilang(array('ident' => 'SEARCH_SUBMIT'), $this);?>
|
||||
"><i class="fas fa-search"></i></button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
<?php endif; ?>
|
||||
Reference in New Issue
Block a user