b0y-101 Mini Shell


Current Path : E:/www/km/33/administrator/components/com_akeeba/View/Profiles/tmpl/
File Upload :
Current File : E:/www/km/33/administrator/components/com_akeeba/View/Profiles/tmpl/form.php

<?php
/**
 * @package   AkeebaBackup
 * @copyright Copyright (c)2006-2017 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

defined('_JEXEC') or die();

?>
<form action="index.php" method="post" name="adminForm" id="adminForm" class="form-horizontal">
	<input type="hidden" name="option" value="com_akeeba" />
	<input type="hidden" name="view" value="Profiles" />
	<input type="hidden" name="boxchecked" id="boxchecked" value="0" />
	<input type="hidden" name="task" id="task" value="save" />
	<input type="hidden" name="id" id="id" value="<?php echo (int)$this->item->id; ?>" />
	<input type="hidden" name="<?php echo $this->container->platform->getToken(true); ?>" value="1" />
	
	<div class="control-group">
		<label class="control-label" for="description">
			<?php echo \JHtml::_('tooltip', JText::_('COM_AKEEBA_PROFILES_LABEL_DESCRIPTION_TOOLTIP'), '', '', JText::_('COM_AKEEBA_PROFILES_LABEL_DESCRIPTION')); ?>
		</label>
		<div class="controls">
			<input type="text" name="description" class="span6" id="description" value="<?php echo $this->escape($this->item->description); ?>" />
		</div>
	</div>
</form>

Copyright © 2019 by b0y-101