Changeset:
0e9aaf50b802
https://sourceforge.net/p/mrbs/hg-code/ci/0e9aaf50b802b93d9cf1aed0a02813909bcefffe
Author:
Campbell Morrison <[email protected]>
Date:
Thu Mar 02 12:33:39 2017 +0000
Log message:
Moved the position of the user list link for consistency with the other session
schemes.
diffstat:
web/session/session_remote_user.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 39262931e0ea -r 0e9aaf50b802 web/session/session_remote_user.inc
--- a/web/session/session_remote_user.inc Thu Mar 02 12:27:53 2017 +0000
+++ b/web/session/session_remote_user.inc Thu Mar 02 12:33:39 2017 +0000
@@ -46,6 +46,7 @@
}
}
+
// Print the logon entry on the top banner.
function print_logon_box()
{
@@ -57,8 +58,6 @@
{
print_report_link($user);
- print_userlist_link();
-
// Retrieve logout link from configuration, if specified
if (isset($auth['remote_user']['logout_link']) &&
is_string($auth['remote_user']['logout_link']) &&
@@ -66,7 +65,6 @@
{
print '<a href="' . $auth['remote_user']['logout_link'] .'">' .
get_vocab('logoff') . "</a>\n";
}
-
}
else
{
@@ -82,5 +80,7 @@
exit;
}
}
+
+ print_userlist_link();
}
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits