diff --git a/main/auth/courses.php b/main/auth/courses.php index c4534296f7..918cf0534e 100644 --- a/main/auth/courses.php +++ b/main/auth/courses.php @@ -1,4 +1,4 @@ -".get_lang("SearchCourse")."
"; echo "
", "", - "", + "", " ", "
"; if (isset($_POST['search_course'])) @@ -865,6 +865,11 @@ function display_subscribe_icon($current_course, $user_coursecodes) { echo "
"; echo ""; + if(!empty($_POST['search_term'])) + { + echo ''; + echo ''; + } echo "".get_lang("Subscribe")."
"; } else