From 5594b5b90de9029fa9af0bf29a89ad858bf963ff Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Sat, 16 Jan 2010 10:57:59 -0500 Subject: [PATCH] minor - fixed bottom into user info interface - partial CT#512 --- main/user/user.php | 2 +- main/user/userInfo.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/user/user.php b/main/user/user.php index 785ec7a882..f3ef6753ef 100755 --- a/main/user/user.php +++ b/main/user/user.php @@ -623,7 +623,7 @@ if (!empty($_GET['keyword']) && !empty($_GET['submit'])) { } if (api_get_setting('allow_user_headings') == 'true' && $is_courseAdmin && api_is_allowed_to_edit() && $origin != 'learnpath') { // only course administrators see this line - echo "
", "
", get_lang("CourseAdministratorOnly"), " : ", "", "
", "
\n"; + echo "
", "
", get_lang("CourseAdministratorOnly"), " : ", "", "
", "
\n"; } //User list of the virtual courses linked to this course. diff --git a/main/user/userInfo.php b/main/user/userInfo.php index a8b3334b61..1aa5a655eb 100755 --- a/main/user/userInfo.php +++ b/main/user/userInfo.php @@ -348,7 +348,7 @@ elseif ($displayMode == "viewDefList") echo "
\n", "
", - "", + "", "
\n", "
\n"; } @@ -585,7 +585,7 @@ elseif ($displayMode == "viewContentList") // default display echo "
", "
", get_lang('CourseAdministratorOnly')," : ", - "", + "", "
", "
", "
\n";