From 4db2f7e7a95dad8809a9078e71206212fa1473df Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 16 Sep 2015 13:07:41 +0200 Subject: [PATCH] shared navigation overview: Show a message if there's nothing shared refs #5600 --- application/views/scripts/navigation/shared.phtml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/views/scripts/navigation/shared.phtml b/application/views/scripts/navigation/shared.phtml index a9c93afee..f4c0ec890 100644 --- a/application/views/scripts/navigation/shared.phtml +++ b/application/views/scripts/navigation/shared.phtml @@ -4,6 +4,9 @@
+isEmpty()): ?> + translate('There are currently no navigation items being shared'); ?> + @@ -27,4 +30,5 @@
translate('Shared Navigation'); ?>
+
\ No newline at end of file