Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_rsmembership/views/subscriber/view.html.php
Назад
<?php /** * @package RSMembership! * @copyright (c) 2009 - 2016 RSJoomla! * @link https://www.rsjoomla.com * @license GNU General Public License http://www.gnu.org/licenses/gpl-3.0.en.html */ defined( '_JEXEC' ) or die( 'Restricted access' ); class RSMembershipViewSubscriber extends JViewLegacy { protected $form; protected $item; public function display($tpl = null) { $this->field = $this->get('RSFieldset'); // field $this->tabs = $this->get('RSTabs'); // tabs $this->form = $this->get('Form'); // get subscriber xml form // get fieldsets -> used to get the label $this->fieldsets = $this->form->getFieldsets(); // get subscriber $this->item = $this->get('Item'); $this->temp = $this->get('TempId'); $this->transactions = $this->get('Transactions'); $this->cache = $this->get('Cache'); $show_edit = $this->temp ? false : true; $user_id = $this->temp ? 0 : $this->item->user_id; $show_required = false; $transaction_id = $this->temp ? $this->temp : 0; $this->custom_fields = RSMembershipHelper::getFields($show_edit, $user_id, $show_required, $transaction_id); $this->addToolbar(); parent::display($tpl); } protected function addToolbar() { JToolBarHelper::title(JText::sprintf('COM_RSMEMBERSHIP_EDIT_MEMBERSHIP_USER', $this->escape($this->item->name) ), 'subscribers'); JToolBarHelper::apply('subscriber.apply'); JToolBarHelper::save('subscriber.save'); JToolBarHelper::cancel('subscriber.cancel'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка