parent
ab93969944
commit
c3e3a4127d
|
@ -26,6 +26,16 @@ class GeneralConfigPage extends Form
|
|||
*/
|
||||
public function createElements(array $formData)
|
||||
{
|
||||
$this->addElement(
|
||||
'note',
|
||||
'description',
|
||||
array(
|
||||
'value' => t(
|
||||
'Now please adjust all application and logging related configuration options to fit your needs.'
|
||||
)
|
||||
)
|
||||
);
|
||||
|
||||
$appForm = new ApplicationConfigForm();
|
||||
$this->addElement($appForm->createElements($formData)->getElement('global_modulePath'));
|
||||
|
||||
|
|
Loading…
Reference in New Issue