REDROOM
PHP 8.1.33
Path:
Logout
Edit File
Size: 2.12 KB
Close
/home/jambtst2015/public_html/ida.com.ng/administrator/components/com_fields/tmpl/fields/default_batch_body.php
Text
Base64
<?php /** * @package Joomla.Administrator * @subpackage com_fields * * @copyright (C) 2016 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\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('com_fields.admin-fields-batch'); $wa->useScript('joomla.batch-copymove'); $context = $this->escape($this->state->get('filter.context')); ?> <div class="p-3"> <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', array()); ?> </div> </div> </div> <div class="row"> <div class="form-group col-md-6"> <div class="controls"> <?php $options = array( HTMLHelper::_('select.option', 'c', Text::_('JLIB_HTML_BATCH_COPY')), HTMLHelper::_('select.option', 'm', Text::_('JLIB_HTML_BATCH_MOVE')) ); ?> <label id="batch-choose-action-lbl" for="batch-group-id"> <?php echo Text::_('COM_FIELDS_BATCH_GROUP_LABEL'); ?> </label> <div id="batch-choose-action" class="control-group"> <select name="batch[group_id]" class="form-select" id="batch-group-id"> <option value=""><?php echo Text::_('JLIB_HTML_BATCH_NO_CATEGORY'); ?></option> <option value="nogroup"><?php echo Text::_('COM_FIELDS_BATCH_GROUP_OPTION_NONE'); ?></option> <?php echo HTMLHelper::_('select.options', $this->get('Groups'), 'value', 'text'); ?> </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> </div> </div> </div>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
default.php
9.82 KB
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
default.xml
550 B
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
default_batch_body.php
2.12 KB
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
default_batch_footer.php
744 B
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
modal.php
4.87 KB
lrw-r--r--
2024-11-22 17:53:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).