From 5d9a57446f86804d924d0e9c3196bbddbe07ac41 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 16 Sep 2015 11:52:42 +0200 Subject: [PATCH] shared navigation overview: Display the owner of a shared navigation item refs #5600 --- application/views/scripts/navigation/shared.phtml | 2 ++ 1 file changed, 2 insertions(+) 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 @@ + @@ -20,6 +21,7 @@ 'title' => sprintf($this->translate('Edit shared navigation item %s'), $name) ) ); ?> +
translate('Shared Navigation'); ?>translate('Owner'); ?> translate('Remove'); ?>
escape($item->owner); ?> setDefault('name', $name); ?>