mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
ab7fa9f925
commit
7d177d8712
@ -599,7 +599,7 @@ class NavigationConfigForm extends ConfigForm
|
|||||||
if ($checked || (isset($formData['shared']) && $formData['shared'])) {
|
if ($checked || (isset($formData['shared']) && $formData['shared'])) {
|
||||||
$shared = true;
|
$shared = true;
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
'text',
|
'textarea',
|
||||||
'users',
|
'users',
|
||||||
array(
|
array(
|
||||||
'label' => $this->translate('Users'),
|
'label' => $this->translate('Users'),
|
||||||
@ -609,7 +609,7 @@ class NavigationConfigForm extends ConfigForm
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
'text',
|
'textarea',
|
||||||
'groups',
|
'groups',
|
||||||
array(
|
array(
|
||||||
'label' => $this->translate('Groups'),
|
'label' => $this->translate('Groups'),
|
||||||
|
@ -47,7 +47,7 @@ class NavigationItemForm extends Form
|
|||||||
);
|
);
|
||||||
|
|
||||||
$this->addElement(
|
$this->addElement(
|
||||||
'text',
|
'textarea',
|
||||||
'url',
|
'url',
|
||||||
array(
|
array(
|
||||||
'allowEmpty' => true,
|
'allowEmpty' => true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user