Merge branch 'master' into bugfix/separate-configuration-files-for-navigation-items-10246

This commit is contained in:
Johannes Meyer 2015-09-30 12:38:31 +02:00
commit 8b0c820f89
2 changed files with 10 additions and 2 deletions

View File

@ -138,6 +138,14 @@ class DbResourceForm extends Form
'description' => $this->translate('The password to use for authentication')
)
);
$this->addElement(
'text',
'charset',
array (
'description' => $this->translate('The character set for the database'),
'label' => $this->translate('Character Set')
)
);
$this->addElement(
'checkbox',
'persistent',

View File

@ -8,7 +8,7 @@
<?php if ($success): ?>
<?= $this->qlink(
$this->translate('Login to Icinga Web 2'),
'authentication/login',
'authentication/login?renderLayout',
null,
array(
'class' => 'button-like login',