From caf33cad4f1646fb5619a0623e2ae9e318c5a4f1 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 29 Sep 2014 10:56:10 +0200 Subject: [PATCH] Minor - format code. --- main/admin/settings.lib.php | 1 - .../default/auth/courses_categories.php | 2 + main/template/default/auth/courses_list.php | 227 +++++++++--------- main/user/subscribe_user.php | 1 - 4 files changed, 121 insertions(+), 110 deletions(-) diff --git a/main/admin/settings.lib.php b/main/admin/settings.lib.php index e9b84bcde2..6a691b0c17 100755 --- a/main/admin/settings.lib.php +++ b/main/admin/settings.lib.php @@ -17,7 +17,6 @@ */ function handle_regions() { - if (isset($_POST['submit_plugins'])) { store_regions(); // Add event to the system log. diff --git a/main/template/default/auth/courses_categories.php b/main/template/default/auth/courses_categories.php index bbbbbba870..9711da3274 100755 --- a/main/template/default/auth/courses_categories.php +++ b/main/template/default/auth/courses_categories.php @@ -166,6 +166,8 @@ $stok = Security::get_token(); $count_connections = $course['count_connections']; $creation_date = substr($course['creation_date'],0,10); + $icon_title = null; + // display the course bloc echo '
'; diff --git a/main/template/default/auth/courses_list.php b/main/template/default/auth/courses_list.php index d748eebe06..50f5fda76c 100755 --- a/main/template/default/auth/courses_list.php +++ b/main/template/default/auth/courses_list.php @@ -20,32 +20,32 @@ $courses_without_category = $courses_in_category[0];  
- -'; - + if (isset($_GET['categoryid']) && $_GET['categoryid'] == $row['id']) { ?> - - + +
-
+ - - + + - @@ -57,7 +57,7 @@ if (!empty($user_course_categories)) { - + @@ -69,95 +69,108 @@ if (!empty($user_course_categories)) { "javascript: if (!confirm('".addslashes(api_htmlentities(get_lang("CourseCategoryAbout2bedeleted"), ENT_QUOTES, api_get_system_encoding()))."')) return false;"),22) ?> - +
'; - // Show the courses inside this category + // Show the courses inside this category echo ''; - - $number_of_courses = count($courses_in_category[$row['id']]); + + $number_of_courses = isset($courses_in_category[$row['id']]) ? count($courses_in_category[$row['id']]) : 0; $key = 0; if (!empty($courses_in_category[$row['id']])) { foreach ($courses_in_category[$row['id']] as $course) { ?> - - - + +
- -
- -
- - +
+ +
+ "> - - - - - - + if (api_get_setting('display_coursecode_in_courselist') == 'true' && + api_get_setting('display_teacher_in_courselist') == 'true' + ) { + echo " - "; + } + + if (api_get_setting('display_teacher_in_courselist') == 'true') { + echo $course['tutor']; + } + ?> +
+ + -
- - - +
+ + + + +
+ - - - - - - - +
+ + + + - 0) { ?> - - + + + + + - - - + + + 0) { ?> + + + + + + - - - - - - - + + + + + + + -
-
- +
+
+ -
')) return false"> - - - -
-
- " method="post" onsubmit="javascript: if (!confirm('')) return false"> + + + + +
+ '; + $key++; + } + echo '
'; } } } @@ -170,27 +183,25 @@ if (!empty($courses_without_category)) { $number_of_courses = count($courses_without_category); $key = 0; - foreach ($courses_without_category as $course) { + foreach ($courses_without_category as $course) { echo ''; ?> -
+
- - + ?>
@@ -203,7 +214,7 @@ if (!empty($courses_without_category)) {

-
+
@@ -216,22 +227,22 @@ if (!empty($courses_without_category)) { - + - + - - + + - + 0) { ?> @@ -246,21 +257,21 @@ if (!empty($courses_without_category)) { - -
')) return false;"> - - - -
-
+ +
')) return false;"> + + + +
+ -