diff --git a/application/views/scripts/navigation/shared.phtml b/application/views/scripts/navigation/shared.phtml index 657495ca3..131100dae 100644 --- a/application/views/scripts/navigation/shared.phtml +++ b/application/views/scripts/navigation/shared.phtml @@ -7,6 +7,7 @@
= $this->translate('Shared Navigation'); ?> | += $this->translate('Owner'); ?> | = $this->translate('Remove'); ?> | @@ -20,6 +21,7 @@ 'title' => sprintf($this->translate('Edit shared navigation item %s'), $name) ) ); ?> += $this->escape($item->owner); ?> | = $removeForm->setDefault('name', $name); ?> |
---|