Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/j3/components/com_jamegafilter/layouts/filter/ |
| [Home] [System Details] [Kill Me] |
<?php
/**
* ------------------------------------------------------------------------
* JA Megafilter Component
* ------------------------------------------------------------------------
* Copyright (C) 2004-2016 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
* @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
* Author: J.O.O.M Solutions Co., Ltd
* Websites: http://www.joomlart.com - http://www.joomlancers.com
* This file may not be redistributed in whole or significant part.
* ------------------------------------------------------------------------
*/
//No direct to access this file.
defined('_JEXEC') or die('Restricted access');
?>
<dt role="heading" aria-level="3"
class="filter-options-title"><span>{options.title}</span></dt>
<dd class="filter-options-content ">
<div class="jamega-row-flex">
<div class="col">
<input id="from-{options.field}" type="number"
class="input-text jafrom" placeholder="{options.title}
<?php echo JText::_('COM_JAMEGAFILTER_FROM') ?>"
maxlength="128" />
</div>
<div class="col"><b>-</b></div>
<div class="col">
<input id="to-{options.field}" type="number"
class="input-text jato" placeholder="{options.title}
<?php echo JText::_('COM_JAMEGAFILTER_TO') ?>"
maxlength="128" />
</div>
</div>
</dd>