mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
parent
d31983bf4f
commit
f960874dd4
@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
namespace Icinga\Forms\Config;
|
namespace Icinga\Forms\Config;
|
||||||
|
|
||||||
use Icinga\Web\Notification;
|
|
||||||
use Icinga\Forms\ConfigForm;
|
|
||||||
use Icinga\Forms\Config\General\LoggingConfigForm;
|
|
||||||
use Icinga\Forms\Config\General\ApplicationConfigForm;
|
use Icinga\Forms\Config\General\ApplicationConfigForm;
|
||||||
|
use Icinga\Forms\Config\General\LoggingConfigForm;
|
||||||
|
use Icinga\Forms\ConfigForm;
|
||||||
|
use Icinga\Web\Notification;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Form class for application-wide and logging specific settings
|
* Form class for application-wide and logging specific settings
|
||||||
@ -20,7 +20,6 @@ class GeneralConfigForm extends ConfigForm
|
|||||||
{
|
{
|
||||||
$this->setName('form_config_general');
|
$this->setName('form_config_general');
|
||||||
$this->setSubmitLabel($this->translate('Save Changes'));
|
$this->setSubmitLabel($this->translate('Save Changes'));
|
||||||
$this->setTitle($this->translate('General Configuration'));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
<div class="controls" data-base-target="_main">
|
<div class="controls">
|
||||||
<?= $this->tabs->render($this); ?>
|
<?= $tabs ?>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<?php if (isset($this->messageBox)): ?>
|
<?= $form ?>
|
||||||
<?= $this->messageBox->render() ?>
|
|
||||||
<?php endif ?>
|
|
||||||
<?= $this->form ?>
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user