Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_menus/tmpl/items/default_batch_body.php
Ðазад
<?php /** * @package Joomla.Administrator * @subpackage com_menus * * @copyright (C) 2015 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Multilanguage; use Joomla\CMS\Language\Text; use Joomla\CMS\Layout\LayoutHelper; /** @var \Joomla\Component\Menus\Administrator\View\Items\HtmlView $this */ $options = [ HTMLHelper::_('select.option', 'c', Text::_('JLIB_HTML_BATCH_COPY')), HTMLHelper::_('select.option', 'm', Text::_('JLIB_HTML_BATCH_MOVE')) ]; $published = (int) $this->state->get('filter.published'); $clientId = (int) $this->state->get('filter.client_id'); if ($clientId == 1) { /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->getDocument()->getWebAssetManager(); $wa->useScript('com_menus.batch-body'); $wa->useScript('joomla.batch-copymove'); } ?> <div class="p-3"> <?php if ($clientId != 1) : ?> <div class="row"> <?php if (Multilanguage::isEnabled()) : ?> <div class="form-group col-md-6"> <div class="controls"> <?php echo LayoutHelper::render('joomla.html.batch.language', []); ?> </div> </div> <?php endif; ?> <div class="form-group col-md-6"> <div class="controls"> <?php echo LayoutHelper::render('joomla.html.batch.access', []); ?> </div> </div> </div> <?php endif; ?> <div class="row"> <?php if ($published >= 0) : ?> <div class="form-group col-md-6"> <div class="control-group"> <label id="batch-choose-action-lbl" for="batch-menu-id"> <?php echo Text::_('COM_MENUS_BATCH_MENU_LABEL'); ?> </label> <select class="form-select" name="batch[menu_id]" id="batch-menu-id"> <option value=""><?php echo Text::_('JLIB_HTML_BATCH_NO_CATEGORY'); ?></option> <?php $opts = [ 'published' => $this->state->get('filter.published'), 'checkacl' => (int) $this->state->get('menutypeid'), 'clientid' => (int) $clientId, ]; echo HTMLHelper::_('select.options', HTMLHelper::_('menu.menuitems', $opts)); ?> </select> </div> <div id="batch-copy-move"> <?php echo Text::_('JLIB_HTML_BATCH_MOVE_QUESTION'); ?> <?php echo HTMLHelper::_('select.radiolist', $options, 'batch[move_copy]', '', 'value', 'text', 'm'); ?> </div> </div> <?php endif; ?> <?php if ($published < 0 && $clientId == 1) : ?> <p><?php echo Text::_('COM_MENUS_SELECT_MENU_FILTER_NOT_TRASHED'); ?></p> <?php endif; ?> </div> </div> <?php if ($clientId == 0 || ($published >= 0 && $clientId == 1)) : ?> <div class="btn-toolbar p-3"> <joomla-toolbar-button task="item.batch" class="ms-auto"> <button type="button" class="btn btn-success"><?php echo Text::_('JGLOBAL_BATCH_PROCESS'); ?></button> </joomla-toolbar-button> </div> <?php endif; ?>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка