%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/lightco1/www/administrator/components/com_akeeba/View/ControlPanel/tmpl/
Upload File :
Create Path :
Current File : /home/lightco1/www/administrator/components/com_akeeba/View/ControlPanel/tmpl/profile.php

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

/** @var $this \Akeeba\Backup\Admin\View\ControlPanel\Html */

// Protect from unauthorized access
defined('_JEXEC') or die();

/**
 * Call this template with:
 * [
 * 	'returnURL' => 'index.php?......'
 * ]
 * to set up a custom return URL
 */
?>
<form action="index.php" method="post" name="switchActiveProfileForm" id="switchActiveProfileForm" class="akeeba-formstyle-reset form-inline">
	<input type="hidden" name="option" value="com_akeeba" />
	<input type="hidden" name="view" value="ControlPanel" />
	<input type="hidden" name="task" value="SwitchProfile" />
	<?php if(isset($returnURL)): ?>
	<input type="hidden" name="returnurl" value="<?php echo $returnURL; ?>" />
	<?php endif; ?>
	<input type="hidden" name="<?php echo $this->container->platform->getToken(true); ?>" value="1" />
	<label>
		<?php echo \JText::_('COM_AKEEBA_CPANEL_PROFILE_TITLE'); ?>: #<?php echo $this->profileid; ?>

	</label>
	<?php echo \JHtml::_('select.genericlist', $this->profileList, 'profileid', 'onchange="document.forms.switchActiveProfileForm.submit()" class="advancedSelect"', 'value', 'text', $this->profileid); ?>
	<button class="btn hidden-phone" onclick="this.form.submit(); return false;">
		<span class="icon icon-refresh"></span>
		<?php echo \JText::_('COM_AKEEBA_CPANEL_PROFILE_BUTTON'); ?>
	</button>
</form>

Zerion Mini Shell 1.0