From 2e73b8b1dcffb56c4b8991adb226242861472d68 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Fri, 5 Oct 2012 10:56:37 +0200 Subject: [PATCH] Minor changing message position --- main/user/user.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/main/user/user.php b/main/user/user.php index 9bc97bffd0..662622a173 100644 --- a/main/user/user.php +++ b/main/user/user.php @@ -379,9 +379,7 @@ if ($origin != 'learnpath') { Display::display_reduced_header(); } -if (isset($message)) { - Display::display_confirmation_message($message); -} + /* MAIN CODE*/ @@ -429,6 +427,10 @@ if ( api_is_allowed_to_edit(null, true)) { echo ''; } +if (isset($message)) { + Display::display_confirmation_message($message); +} + /* DISPLAY LIST OF USERS */ /** * * Get the users to display on the current page.