Minor changing message position

skala
Julio Montoya 13 years ago
parent deb6f27702
commit 2e73b8b1dc
  1. 8
      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 '</div>';
}
if (isset($message)) {
Display::display_confirmation_message($message);
}
/* DISPLAY LIST OF USERS */
/**
* * Get the users to display on the current page.

Loading…
Cancel
Save