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…
Reference in New Issue