mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 09:14:08 +02:00
NavigationItemForm: use the new target names in createElements()
refs #10330
This commit is contained in:
parent
9e2da07eb7
commit
2059261eeb
@ -38,10 +38,10 @@ class NavigationItemForm extends Form
|
|||||||
'label' => $this->translate('Target'),
|
'label' => $this->translate('Target'),
|
||||||
'description' => $this->translate('The target where to open this navigation item\'s url'),
|
'description' => $this->translate('The target where to open this navigation item\'s url'),
|
||||||
'multiOptions' => array(
|
'multiOptions' => array(
|
||||||
'_blank' => $this->translate('New Window'),
|
'new_window' => $this->translate('New Window'),
|
||||||
'_next' => $this->translate('New Column'),
|
'next_column' => $this->translate('New Column'),
|
||||||
'_main' => $this->translate('Single Column'),
|
'single_column' => $this->translate('Single Column'),
|
||||||
'_self' => $this->translate('Current Column')
|
'current_column' => $this->translate('Current Column')
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user