From 5eb7267b43c42ad93a88fde37ac56851522e2f0c Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 18 Sep 2015 11:10:17 +0200 Subject: [PATCH] user navigation overview: Display whether an item has been shared refs #5600 --- application/views/scripts/navigation/index.phtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/views/scripts/navigation/index.phtml b/application/views/scripts/navigation/index.phtml index 796e3b7c1..7c81ba5a8 100644 --- a/application/views/scripts/navigation/index.phtml +++ b/application/views/scripts/navigation/index.phtml @@ -18,6 +18,7 @@ translate('Navigation'); ?> translate('Type'); ?> + translate('Shared'); ?> translate('Remove'); ?> @@ -34,6 +35,7 @@ type && isset($types[$item->type]) ? $this->escape($types[$item->type]) : $this->escape($this->translate('Unknown')); ?> + owner ? $this->translate('Yes') : $this->translate('No'); ?> qlink( '', 'navigation/remove',