Spade
Mini Shell
| Directory:~$ /home/lmsyaran/public_html/j3/administrator/components/com_rsmembership/views/payment/tmpl/ |
| [Home] [System Details] [Kill Me] |
<?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');
JHtml::_('behavior.keepalive');
JHtml::_('behavior.tooltip');
?>
<form action="<?php echo
JRoute::_('index.php?option=com_rsmembership&task=term.edit&id='.(int)
$this->item->id); ?>" method="post"
name="adminForm" id="adminForm"
autocomplete="off" class="form-validate
form-horizontal">
<?php
$this->fields = $this->form->getFieldset('main');
$this->field->startFieldset(JText::_($this->fieldsets['main']->label),
'adminform form');
foreach ($this->fields as $field) {
if (strtolower($field->type) == 'editor') echo '<div
class="clr"></div>';
$this->field->showField( $field->hidden ? '' :
$field->label, $field->input);
}
$this->field->endFieldset();
?>
<?php echo JHtml::_( 'form.token' ); ?>
<input type="hidden" name="task" value=""
/>
</form>
<?php
//keep session alive while editing
JHtml::_('behavior.keepalive');
?>