b0y-101 Mini Shell


Current Path : E:/www/km/24/administrator/components/com_eventgallery/views/orderstatus/tmpl/
File Upload :
Current File : E:/www/km/24/administrator/components/com_eventgallery/views/orderstatus/tmpl/default.php

<?php 

/**
 * @package     Sven.Bluege
 * @subpackage  com_eventgallery
 *
 * @copyright   Copyright (C) 2005 - 2019 Sven Bluege All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

defined('_JEXEC') or die('Restricted access'); 



JFactory::getDocument()->addScriptDeclaration("
	Joomla.submitbutton = function(task)
	{
		if (task.indexOf('.cancel')>0 
		        || document.formvalidator.isValid(document.getElementById('adminForm'))) {
			
			Joomla.submitform(task, document.getElementById('adminForm'));
		}
	};
");

?>


<form class="form-validate" action="<?php echo JRoute::_('index.php?option=com_eventgallery&layout=edit&id='.(int) $this->item->id); ?>" method="POST" name="adminForm" id="adminForm">
    <fieldset class="adminform form-horizontal">
            <legend><?php echo JText::_('COM_EVENTGALLERY_ORDER_ORDERSTATUS_LABEL') ?></legend>


            <div class="control-group"><div class="control-label"><?php echo $this->form->getLabel('name'); ?></div>
                <div class="controls">
                    <?php echo $this->form->getInput('name'); ?>
                </div>
            </div>
            <?php IF ($this->item->id == 0): ?>
                <div class="control-group"><div class="control-label"><?php echo $this->form->getLabel('type'); ?></div>
                    <div class="controls">
                        <?php echo $this->form->getInput('type'); ?>
                    </div>
                </div>
            <?php ENDIF ?>
            <div class="control-group"><div class="control-label"><?php echo $this->form->getLabel('displayname'); ?></div>
                <div class="controls">
                    <?php echo $this->form->getInput('displayname'); ?>
                </div>
            </div>
            <div class="control-group"><div class="control-label"><?php echo $this->form->getLabel('description'); ?></div>
                <div class="controls">
                    <?php echo $this->form->getInput('description'); ?>
                </div>
            </div>

        <?php echo $this->form->getInput('id'); ?>

    </fieldset>

    <?php echo JHtml::_('form.token'); ?>
    <input type="hidden" name="option" value="com_eventgallery" />
    <input type="hidden" name="id" value="<?php echo $this->item->id; ?>" />
    <input type="hidden" name="task" value="" />
</form>

Copyright © 2019 by b0y-101