ConfigForm: one more section

This commit is contained in:
Thomas Gelf 2015-09-14 16:24:09 +02:00
parent 68677e610f
commit 7bb44e488c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ class ConfigForm extends QuickForm
$config = $this->config();
$resources = $this->enumResources();
$this->addHtml(sprintf('<h3>%s</h3>', $this->translate('Database backend')));
$this->addElement('select', 'resource', array(
'required' => true,
'label' => $this->translate('DB Resource'),