From 04835942422a50ee8a4d6c09046153a48ff1d2e7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 23 Aug 2016 20:29:38 +0200 Subject: UI sheet: add spaces to maintain previous position when no restaore and next arrow is displayed --- ishtar_common/templates/ishtar/blocks/window_nav.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common') diff --git a/ishtar_common/templates/ishtar/blocks/window_nav.html b/ishtar_common/templates/ishtar/blocks/window_nav.html index e9709bb76..9a17419a8 100644 --- a/ishtar_common/templates/ishtar/blocks/window_nav.html +++ b/ishtar_common/templates/ishtar/blocks/window_nav.html @@ -10,6 +10,8 @@
{{previous}} +{% else %} + {% endif %} {% if next %} @@ -26,6 +28,9 @@
{{next}}
+{% else %} + + {% endif %} {% endif %} -- cgit v1.2.3