|
|
|
@ -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. |
|
|
|
|