b0y-101 Mini Shell


Current Path : E:/www/km/05/administrator/components/com_akeeba/View/ControlPanel/tmpl/
File Upload :
Current File : E:/www/km/05/administrator/components/com_akeeba/View/ControlPanel/tmpl/sidebar_status.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();

?>
<h3><?php echo \JText::_('COM_AKEEBA_CPANEL_LABEL_STATUSSUMMARY'); ?></h3>
<div>
	<?php /* Backup status summary */ ?>
	<?php echo $this->statusCell ?>

	<?php /* Warnings */ ?>
	<?php if($this->countWarnings): ?>
	<div>
		<?php echo $this->detailsCell ?>
	</div>
	<hr/>
	<?php endif; ?>

	<?php /* Version */ ?>
	<p class="ak_version">
		<?php echo \JText::_('COM_AKEEBA'); ?> <?php echo AKEEBA_PRO ? 'Professional ' : 'Core'; ?> <?php echo AKEEBA_VERSION; ?> (<?php echo AKEEBA_DATE; ?>)
	</p>

	<?php /* Changelog */ ?>
	<a href="#" id="btnchangelog" class="btn btn-info btn-small">CHANGELOG</a>

	<div class="modal fade" id="akeeba-changelog" tabindex="-1" role="dialog" aria-labelledby="DialogLabel" aria-hidden="true" style="display:none;">
        <div class="modal-header">
            <h4 class="modal-title" id="errorDialogLabel">
				<?php echo \JText::_('CHANGELOG'); ?>
            </h4>
        </div>
        <div class="modal-body" id="DialogBody">
			<?php echo $this->formattedChangelog; ?>

        </div>
	</div>

	<?php /* Donation CTA */ ?>
	<?php if ( ! (AKEEBA_PRO)): ?>
		<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="display: inline-block">
			<input type="hidden" name="cmd" value="_s-xclick" />
			<input type="hidden" name="hosted_button_id" value="10903325" />
			<input type="submit" class="btn btn-inverse btn-small" value="Donate via PayPal" />
			<!--<input class="btn" type="image" src="https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online." style="border: none !important; width: 92px; height 26px;" />-->
			<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
		</form>
	<?php endif; ?>

	<?php /* Reload update information */ ?>
	<a href="index.php?option=com_akeeba&view=ControlPanel&task=reloadUpdateInformation" class="btn btn-inverse btn-small">
		<?php echo \JText::_('COM_AKEEBA_CPANEL_MSG_RELOADUPDATE'); ?>
	</a>
</div>

Copyright © 2019 by b0y-101