* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Component\ComponentHelper; use Joomla\CMS\HTML\HTMLHelper; use Joomla\CMS\Language\Text; use Joomla\CMS\Router\Route; Text::script('COM_USERS_MAIL_PLEASE_FILL_IN_THE_SUBJECT', true); Text::script('COM_USERS_MAIL_PLEASE_SELECT_A_GROUP', true); Text::script('COM_USERS_MAIL_PLEASE_FILL_IN_THE_MESSAGE', true); /** @var Joomla\CMS\WebAsset\WebAssetManager $wa */ $wa = $this->document->getWebAssetManager(); $wa->useScript('com_users.admin-users-mail'); $comUserParams = ComponentHelper::getParams('com_users'); ?>
form->getLabel('subject'); ?> get('mailSubjectPrefix'))) : ?> get('mailSubjectPrefix'); ?> form->getInput('subject'); ?>
form->getLabel('message'); ?> form->getInput('message'); ?> get('mailBodySuffix'))) : ?>
get('mailBodySuffix'); ?>
form->getInput('recurse'); ?> form->getLabel('recurse'); ?>
form->getInput('mode'); ?> form->getLabel('mode'); ?>
form->getInput('disabled'); ?> form->getLabel('disabled'); ?>
form->getInput('bcc'); ?> form->getLabel('bcc'); ?>
form->getLabel('group'); ?> form->getInput('group'); ?>