芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/layouts.3/joomla/html/batch/workflowstage.php
* @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\Text; ?>
'batch-workflowstage-id', 'group.label' => 'text', 'group.items' => null, 'list.attr' => [ 'class' => 'form-select' ] ); $groups = HTMLHelper::_('workflowstage.existing', array('title' => Text::_('JLIB_HTML_BATCH_WORKFLOW_STAGE_NOCHANGE'))); echo HTMLHelper::_('select.groupedlist', $groups, 'batch[workflowstage_id]', $attr);