From aee7a83449230f8835c6d98838c565303b633fc1 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 12 Sep 2014 02:07:01 +0200 Subject: add styling for error, disable draggable on error --- templates/part.navigation.feed.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'templates/part.navigation.feed.php') diff --git a/templates/part.navigation.feed.php b/templates/part.navigation.feed.php index 47f6a340f..999968f58 100644 --- a/templates/part.navigation.feed.php +++ b/templates/part.navigation.feed.php @@ -10,6 +10,7 @@ || !feed.id" data-id="{{ feed.id }}" class="feed with-counter with-menu" + news-draggable-disable="{{ feed.error.length > 0 }}" news-draggable="{ stack: '> li', zIndex: 1000, @@ -21,7 +22,7 @@ }"> @@ -74,6 +75,12 @@ -
{{ feed.error }}
+
+

{{ feed.url }}

+ {{ feed.error }} + +
-- cgit v1.2.3