| Server IP : 54.36.91.62 / Your IP : 216.73.217.112 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/coopiak/amisdesseniors-fr/administrator/components/com_rsform/views/forms/tmpl/ |
Upload File : |
<?php
/**
* @package RSForm! Pro
* @copyright (c) 2007-2019 www.rsjoomla.com
* @link https://www.rsjoomla.com
* @license GNU General Public License http://www.gnu.org/licenses/gpl-3.0.en.html
*/
use Joomla\CMS\Language\Text;
defined('_JEXEC') or die;
?>
<div class="<?php echo RSFormProAdapterGrid::row(); ?>">
<div class="<?php echo RSFormProAdapterGrid::column(10); ?>">
<fieldset class="form-horizontal">
<legend class="rsfp-legend"><?php echo Text::_('RSFP_ADMIN_EMAILS'); ?></legend>
<div class="alert alert-info"><?php echo Text::_('RSFP_EMAILS_DESC'); ?></div>
<legend class="rsfp-legend"><?php echo Text::_('RSFP_EMAILS_LEGEND_SENDER'); ?></legend>
<?php
echo $this->jform->renderFieldset('admin_email_sender');
?>
<legend class="rsfp-legend"><?php echo Text::_('RSFP_EMAILS_LEGEND_RECIPIENT'); ?></legend>
<?php
echo $this->jform->renderFieldset('admin_email_recipient');
?>
<legend class="rsfp-legend"><?php echo Text::_('RSFP_EMAILS_LEGEND_CONTENTS'); ?></legend>
<?php
echo $this->jform->renderFieldset('admin_email_contents');
?>
<?php $this->triggerEvent('onRsformBackendAfterShowAdminEmail'); ?>
</fieldset>
</div>
<div class="<?php echo RSFormProAdapterGrid::column(2); ?>">
<button class="btn btn-secondary" type="button" onclick="toggleQuickAdd();"><?php echo Text::_('RSFP_TOGGLE_QUICKADD'); ?></button>
<div class="QuickAdd">
<h3><?php echo Text::_('RSFP_QUICK_ADD');?></h3>
<?php
echo RSFormProHelper::generateQuickAddGlobal();
foreach ($this->quickfields as $field)
{
echo RSFormProHelper::generateQuickAdd($field, 'display');
}
?>
</div>
</div>
</div>