Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/plugins/jamegafilter/reservation/layouts/default/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/plugins/jamegafilter/reservation/layouts/default/filter-selected.php

<?php
/**
 *
------------------------------------------------------------------------
 * JA Filter Plugin - Content
 *
------------------------------------------------------------------------
 * 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.
 *
------------------------------------------------------------------------
 */

defined('_JEXEC') or die;
?>
<div class="filter-selected filter-current filter-values">
  <h3 class="block-subtitle filter-current-subtitle"
role="heading" aria-level="2"
data-count="1"><?php echo
JText::_('COM_JAMEGAFILTER_SELECTED_FILTERS'); ?></h3>
  
  <ol class="items">
    {@iter:values}
    {#value}<li class="item">
      <label data-lnprop="{prop}" class="clear-filter
action remove">
        <span class="filter-label">{name}</span>
        <span class="filter-value">{value|s}</span>
      </label>
    </li>{/value}
    {/iter}
  </ol>

</div>
{@showClearAll:values}
<div class="block-actions filter-actions">
  <div class="btn btn-default clear-all-filter action
filter-clear"><?php echo
JText::_('COM_JAMEGAFILTER_CLEAR_ALL'); ?></div>
</div>
{/showClearAll}