Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_osmembership/view/message/tmpl/default_reminder.php
Ðазад
<?php /** * @package Joomla * @subpackage Membership Pro * @author Tuan Pham Ngoc * @copyright Copyright (C) 2012 - 2025 Ossolution Team * @license GNU/GPL, see LICENSE.php */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; ?> <div class="control-group"> <div class="control-label"> <?php echo Text::_('OSM_FIRST_REMINDER_EMAIL_SUBJECT'); ?> <p class="osm-available-tags"> <strong><?php echo Text::_('OSM_AVAILABLE_TAGS'); ?> : [PLAN_TITLE], [NUMBER_DAYS]</strong> </p> </div> <div class="controls"> <input type="text" name="first_reminder_email_subject" class="form-control" value="<?php echo $this->item->first_reminder_email_subject; ?>" size="40" /> </div> </div> <div class="control-group"> <div class="control-label"> <?php echo Text::_('OSM_FIRST_REMINDER_EMAIL_BODY'); ?> <p class="osm-available-tags"> <strong><?php echo Text::_('OSM_AVAILABLE_TAGS'); ?> [PLAN_TITLE], [FIRST_NAME], [LAST_NAME], [NUMBER_DAYS], [EXPIRE_DATE]</strong> </p> </div> <div class="controls"> <?php echo $editor->display('first_reminder_email_body', $this->item->first_reminder_email_body, '100%', '250', '75', '8') ;?> </div> </div> <div class="control-group"> <div class="control-label"> <?php echo Text::_('OSM_SECOND_REMINDER_EMAIL_SUBJECT'); ?> <p class="osm-available-tags"> <strong><?php echo Text::_('OSM_AVAILABLE_TAGS'); ?> : [PLAN_TITLE], [NUMBER_DAYS]</strong> </p> </div> <div class="controls"> <input type="text" name="second_reminder_email_subject" class="form-control" value="<?php echo $this->item->second_reminder_email_subject; ?>" size="40" /> </div> </div> <div class="control-group"> <div class="control-label"> <?php echo Text::_('OSM_SECOND_REMINDER_EMAIL_BODY'); ?> <p class="osm-available-tags"> <strong><?php echo Text::_('OSM_AVAILABLE_TAGS'); ?> [PLAN_TITLE], [FIRST_NAME], [LAST_NAME], [NUMBER_DAYS], [EXPIRE_DATE]</strong> </p> </div> <div class="controls"> <?php echo $editor->display('second_reminder_email_body', $this->item->second_reminder_email_body, '100%', '250', '75', '8') ;?> </div> </div> <div class="control-group"> <div class="control-label"> <?php echo Text::_('OSM_THIRD_REMINDER_EMAIL_SUBJECT'); ?> <p class="osm-available-tags"> <strong><?php echo Text::_('OSM_AVAILABLE_TAGS'); ?> : [PLAN_TITLE], [NUMBER_DAYS]</strong> </p> </div> <div class="controls"> <input type="text" name="third_reminder_email_subject" class="form-control" value="<?php echo $this->item->third_reminder_email_subject; ?>" size="40" /> </div> </div> <div class="control-group"> <div class="control-label"> <?php echo Text::_('OSM_THIRD_REMINDER_EMAIL_BODY'); ?> <p class="osm-available-tags"> <strong><?php echo Text::_('OSM_AVAILABLE_TAGS'); ?> [PLAN_TITLE], [FIRST_NAME], [LAST_NAME], [NUMBER_DAYS], [EXPIRE_DATE]</strong> </p> </div> <div class="controls"> <?php echo $editor->display('third_reminder_email_body', $this->item->third_reminder_email_body, '100%', '250', '75', '8') ;?> </div> </div> <div class="control-group"> <div class="control-label"> <?php echo Text::_('OSM_SUBSCRIPTION_END_EMAIL_SUBJECT'); ?> <p class="osm-available-tags"> <strong><?php echo Text::_('OSM_AVAILABLE_TAGS'); ?> : [PLAN_TITLE], [NUMBER_DAYS]</strong> </p> </div> <div class="controls"> <input type="text" name="subscription_end_email_subject" class="form-control" value="<?php echo $this->item->subscription_end_email_subject; ?>" size="40" /> </div> </div> <div class="control-group"> <div class="control-label"> <?php echo Text::_('OSM_SUBSCRIPTION_END_EMAIL_BODY'); ?> <p class="osm-available-tags"> <strong><?php echo Text::_('OSM_AVAILABLE_TAGS'); ?> [PLAN_TITLE], [FIRST_NAME], [LAST_NAME], [NUMBER_DAYS], [EXPIRE_DATE]</strong> </p> </div> <div class="controls"> <?php echo $editor->display('subscription_end_email_body', $this->item->subscription_end_email_body, '100%', '250', '75', '8') ;?> </div> </div>
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка