From 4d7a6aaed240aa04e969aa33e6fd6ed6b6cb6bc8 Mon Sep 17 00:00:00 2001 From: Andrej Stieben Date: Tue, 9 Feb 2016 15:54:35 +0100 Subject: [PATCH] Moved div#pause from index.php to view/default.php This closes #2320. --- index.php | 9 --------- view/default.php | 5 +++-- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/index.php b/index.php index 2b1053cc1..ca93eb61e 100644 --- a/index.php +++ b/index.php @@ -416,15 +416,6 @@ if(x($_SESSION,'sysmsg_info')) { call_hooks('page_end', $a->page['content']); -/** - * - * Add a place for the pause/resume Ajax indicator - * - */ - -$a->page['content'] .= '
'; - - /** * * Add the navigation (menu) template diff --git a/view/default.php b/view/default.php index 78ca97ac9..121d5212c 100644 --- a/view/default.php +++ b/view/default.php @@ -8,11 +8,12 @@ -
+
+ +
-