<?php/** * @package Joomla.Administrator * @subpackage com_modules * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */defined('_JEXEC')ordie;JHtml::_('bootstrap.tooltip','.hasTooltip',array('placement'=>'bottom'));?><buttonid="applyBtn"type="button"class="hidden"onclick="Joomla.submitbutton('module.apply');"></button><buttonid="saveBtn"type="button"class="hidden"onclick="Joomla.submitbutton('module.save');"></button><buttonid="closeBtn"type="button"class="hidden"onclick="Joomla.submitbutton('module.cancel');"></button><divclass="container-popup"><?php$this->setLayout('edit');?><?phpecho$this->loadTemplate();?></div>