/
home
/
assocoweys
/
avexp
/
administrator
/
cache
/
com_akeeba
/
compiled_templates
/
Upload File
HOME
<?php /* /home/assocoweys/avexp/administrator/components/com_akeeba/ViewTemplates/DatabaseFilters/default.blade.php */ ?> <?php /** * @package akeebabackup * @copyright Copyright (c)2006-2021 Nicholas K. Dionysopoulos / Akeeba Ltd * @license GNU General Public License version 3, or later */ defined('_JEXEC') || die(); /** @var \Akeeba\Backup\Admin\View\DatabaseFilters\Html $this */ ?> <?php echo $this->loadAnyTemplate('admin:com_akeeba/CommonTemplates/ErrorModal'); ?> <?php echo $this->loadAnyTemplate('admin:com_akeeba/CommonTemplates/ProfileName'); ?> <div class="AKEEBA_MASTER_FORM_STYLING akeeba-form--inline akeeba-panel--info"> <div class="akeeba-form-group"> <label><?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_DBFILTER_LABEL_ROOTDIR'); ?></label> <?php echo $this->root_select; ?> </div> <div class="akeeba-form-group--actions"> <button class="akeeba-btn--green" id="comAkeebaDatabaseFiltersExcludeNonCMS"> <span class="akion-ios-flag"></span> <?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_DBFILTER_LABEL_EXCLUDENONCORE'); ?> </button> <button class="akeeba-btn--red" id="comAkeebaDatabaseFiltersNuke"> <span class="akion-ios-loop-strong"></span> <?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_DBFILTER_LABEL_NUKEFILTERS'); ?> </button> </div> </div> <div id="ak_main_container" class="akeeba-container--100"> </div> <div class="akeeba-panel--info"> <header class="akeeba-block-header"> <h3> <?php echo \Joomla\CMS\Language\Text::_('COM_AKEEBA_DBFILTER_LABEL_TABLES'); ?> </h3> </header> <div id="tables"></div> </div>