File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
template/default/user_portal Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5905,6 +5905,7 @@ div#chat-remote-video video {
59055905.toolbar-edit {
59065906 display : inline-block;
59075907 width : 100% ;
5908+ margin-top : 10px ;
59085909}
59095910
59105911.bar-progress {
@@ -5941,10 +5942,6 @@ div#chat-remote-video video {
59415942 font-size : 14px ;
59425943}
59435944
5944- .grid-courses .items .my-courses .block-title {
5945- margin : 10px ;
5946- }
5947-
59485945.grid-courses .items .items-courses {
59495946 padding-bottom : 10px ;
59505947 box-shadow : 2px 4px 15px 0 rgba (46 , 61 , 73 , .1 );
@@ -6103,8 +6100,8 @@ div#chat-remote-video video {
61036100}
61046101
61056102.grid-courses .items .description {
6106- padding : 5px 10px 15 px ;
6107- min-height : 155 px ;
6103+ padding : 5px 10px 5 px ;
6104+ min-height : 125 px ;
61086105}
61096106
61106107.grid-courses .items .description .text {
@@ -6140,7 +6137,7 @@ div#chat-remote-video video {
61406137/*---- */
61416138.grid-courses .items .block-author {
61426139 display : flex;
6143- margin : 5px 0 10 px ;
6140+ margin : 5px 0 5 px ;
61446141}
61456142
61466143.grid-courses .items .block-author img {
Original file line number Diff line number Diff line change @@ -4318,7 +4318,7 @@ public static function get_logged_user_course_html(
43184318
43194319 if ($ userInCourseStatus == COURSEMANAGER || $ sessionCourseAvailable ) {
43204320 $ session_url = $ course_info ['course_public_url ' ].'?id_session= ' .$ course_info ['id_session ' ];
4321- $ session_title = '<a href=" ' .$ session_url .'"> ' .$ course_info ['name ' ].'</a> ' .$ notifications ;
4321+ $ session_title = '<a title=" ' . $ course_info [ ' name ' ]. ' " href=" ' .$ session_url .'"> ' .$ course_info ['name ' ].'</a> ' .$ notifications ;
43224322 } else {
43234323 $ session_title = $ course_info ['name ' ];
43244324 }
@@ -4353,6 +4353,7 @@ public static function get_logged_user_course_html(
43534353 $ params ['image ' ] = $ image ;
43544354 $ params ['link ' ] = $ session_url ;
43554355 $ params ['title ' ] = $ session_title ;
4356+ $ params ['name ' ] = $ course_info ['name ' ];
43564357 $ params ['edit_actions ' ] = '' ;
43574358 $ params ['document ' ] = '' ;
43584359 $ params ['category ' ] = $ course_info ['categoryName ' ];
Original file line number Diff line number Diff line change 44 <div class =" col-xs-12 col-sm-6 col-md-4" >
55 <div class =" items items-sessions" >
66 <div class =" image" >
7- <img src =" { { course.image } } " class =" img-responsive" >
7+ <a title =" { { course.name } } " href =" { { course.link } } " >
8+ <img src =" { { course.image } } " class =" img-responsive" >
9+ </a >
810 {% if course.category != ' ' and show_category %}
911 <span class =" category" >{ { course.category } }</span >
1012 <div class =" cribbon" ></div >
You can’t perform that action at this time.
0 commit comments