Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_rsmembership/views/membership_fields/tmpl/default.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'); $listOrder = $this->state->get('list.ordering'); $listDirn = $this->state->get('list.direction'); $saveOrder = $listOrder == 'f.ordering' && $this->membership_id; if ($saveOrder) JHtml::_('sortablelist.sortable', 'sortTable', 'adminForm', strtolower($listDirn), 'index.php?option=com_rsmembership&task=membership_fields.saveOrderAjax&tmpl=component'); JHtml::_('behavior.framework'); JFactory::getApplication()->enqueueMessage(JText::_('COM_RSMEMBERSHIP_FIELD_TRANSLATE'), 'notice'); ?> <form action="<?php echo JRoute::_('index.php?option=com_rsmembership&view=membership_fields'); ?>" method="post" name="adminForm" id="adminForm"> <div id="j-sidebar-container" class="span2"> <?php echo $this->sidebar; ?> </div> <div id="j-main-container" class="span10"> <?php echo $this->filterbar->show(); ?> <table class="table table-striped" id="sortTable"> <thead> <tr> <th width="5"><?php echo JText::_( '#' ); ?></th> <?php echo $this->ordering->showHead($listDirn, $listOrder, 'f.ordering', array('items' => $this->items, 'saveTask' => 'membership_fields.saveorder')); ?> <th width="20"><input type="checkbox" name="checkall-toggle" value="" onclick="Joomla.checkAll(this);"/></th> <th><?php echo JHtml::_('grid.sort', 'COM_RSMEMBERSHIP_MEMBERSHIP', 'membership_name', $listDirn, $listOrder); ?></th> <th><?php echo JHtml::_('grid.sort', 'COM_RSMEMBERSHIP_FIELD', 'f.name', $listDirn, $listOrder); ?></th> <th><?php echo JHtml::_('grid.sort', 'COM_RSMEMBERSHIP_LABEL', 'label', $listDirn, $listOrder); ?></th> <th><?php echo JHtml::_('grid.sort', 'COM_RSMEMBERSHIP_TYPE', 'type', $listDirn, $listOrder); ?></th> <th><?php echo JHtml::_('grid.sort', 'COM_RSMEMBERSHIP_VALIDATION_RULE', 'rule', $listDirn, $listOrder); ?></th> <th width="80"><?php echo JHtml::_('grid.sort', 'COM_RSMEMBERSHIP_REQUIRED', 'required', $listDirn, $listOrder); ?></th> <th width="80"><?php echo JHtml::_('grid.sort', 'JPUBLISHED', 'f.published', $listDirn, $listOrder); ?></th> </tr> </thead> <?php $k = 0; foreach ($this->items as $i => $row) { ?> <tr class="row<?php echo $k; ?>"> <td><?php echo $this->pagination->getRowOffset($i); ?></td> <?php $this->ordering->showRow($saveOrder, $row->ordering, array('context' => 'membership_fields', 'pagination' => $this->pagination, 'listDirn' => $listDirn, 'i' => $i)); ?> <td><?php echo JHtml::_('grid.id', $i, $row->id); ?></td> <td><?php echo $this->escape($row->membership_name); ?></td> <td><a href="<?php echo JRoute::_('index.php?option=com_rsmembership&task=membership_field.edit&id='.$row->id); ?>"><?php echo $row->name != '' ? $this->escape($row->name) : JText::_('COM_RSMEMBERSHIP_NO_TITLE'); ?></a></td> <td><a href="<?php echo JRoute::_('index.php?option=com_rsmembership&task=membership_field.edit&id='.$row->id); ?>"><?php echo $row->label != '' ? JText::_($row->label) : JText::_('COM_RSMEMBERSHIP_NO_TITLE'); ?></a></td> <td><?php echo JText::_('COM_RSMEMBERSHIP_'.strtoupper($this->escape($row->type))); ?></td> <td><?php echo !empty($row->rule) ? $this->escape($row->rule) : '<em>'.JText::_('NONE').'</em>'; ?></td> <td align="center" class="center"> <?php echo JHtml::_('jgrid.state', array( 0 => array('setrequired', 'JYES', '', '', false, 'unpublish', 'unpublish'), 1 => array('unsetrequired', 'JNO', '', '', false, 'publish', 'publish') ), $row->required, $i, 'membership_fields.'); ?> </td> <td width="1%" nowrap="nowrap" align="center"><?php echo JHtml::_('jgrid.published', $row->published, $i, 'membership_fields.');?></td> </tr> <?php $k=1-$k; } ?> <tfoot> <tr> <td colspan="10"><?php echo $this->pagination->getListFooter(); ?></td> </tr> </tfoot> </table> <?php echo JHtml::_( 'form.token' ); ?> <input type="hidden" name="boxchecked" value="0" /> <input type="hidden" name="task" value="" /> </div> </form>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка