Файловый менеджер - Редактировать - /var/www/html/components/com_osmembership/view/members/tmpl/default_search.php
Ðазад
<?php /** * @package Joomla * @subpackage Membership Pro * @author Tuan Pham Ngoc * @copyright Copyright (C) 2012 - 2025 Ossolution Team * @license GNU/GPL, see LICENSE.php */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; $pullLeftClass = $this->bootstrapHelper->getClassMapping('pull-left'); ?> <div class="filter-search btn-group <?php echo $this->bootstrapHelper->getClassMapping('pull-left'); ?>"> <input type="text" name="filter_search" id="filter_search" placeholder="<?php echo Text::_('JSEARCH_FILTER'); ?>" value="<?php echo $this->escape($this->state->filter_search); ?>" class="form-control hasTooltip" title="<?php echo HTMLHelper::tooltipText('OSM_SEARCH_MEMBERS_DESC'); ?>" /> </div> <?php if (count($this->filters) || isset($this->lists['filter_plan_id'])) { ?> <div class="btn-group <?php echo $this->bootstrapHelper->getClassMapping('pull-right'); ?> btn-members-filter"> <?php if (isset($this->lists['filter_plan_id'])) { echo $this->lists['filter_plan_id']; } foreach ($this->filters as $filter) { echo $filter; } ?> </div> <?php } ?> <div class="btn-group <?php echo $pullLeftClass; ?>"> <button type="submit" class="btn btn-primary" title="<?php echo HTMLHelper::tooltipText('JSEARCH_FILTER_SUBMIT'); ?>"><span class="<?php echo $this->bootstrapHelper->getClassMapping('icon-search'); ?>"></span></button> <button type="button" class="btn btn-primary" title="<?php echo HTMLHelper::tooltipText('JSEARCH_FILTER_CLEAR'); ?>" onclick="document.getElementById('filter_search').value='';this.form.submit();"><span class="<?php echo $this->bootstrapHelper->getClassMapping('icon-remove'); ?>"></span></button> </div>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка