diff --git a/swad_changelog.h b/swad_changelog.h index ff276a4fb..2d722f462 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -156,13 +156,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.54.7 (2016-11-13)" +#define Log_PLATFORM_VERSION "SWAD 16.54.8 (2016-11-13)" #define CSS_FILE "swad16.51.css" #define JS_FILE "swad16.46.1.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* + Version 16.54.8: Nov 13, 2016 Contextual help on my courses. (206782 lines) Version 16.54.7: Nov 13, 2016 Changes in translation related to role. (206778 lines) Version 16.54.6: Nov 13, 2016 Link to session in head. (206777 lines) Version 16.54.5: Nov 13, 2016 Frame and contextual help on role. (206771 lines) diff --git a/swad_course.c b/swad_course.c index 0a5701197..1eaeee499 100644 --- a/swad_course.c +++ b/swad_course.c @@ -498,6 +498,7 @@ static void Crs_PutIconToPrint (void) static void Crs_WriteListMyCoursesToSelectOne (void) { extern struct Act_Actions Act_Actions[Act_NUM_ACTIONS]; + extern const char *Hlp_PROFILE_Courses; extern const char *The_ClassForm[The_NUM_THEMES]; extern const char *The_ClassFormDark[The_NUM_THEMES]; extern const char *Txt_My_courses; @@ -539,7 +540,7 @@ static void Crs_WriteListMyCoursesToSelectOne (void) sprintf (ClassHighlight,"%s LIGHT_BLUE",The_ClassFormDark[Gbl.Prefs.Theme]); /***** Table start *****/ - Lay_StartRoundFrame (NULL,Txt_My_courses,NULL,NULL); + Lay_StartRoundFrame (NULL,Txt_My_courses,NULL,Hlp_PROFILE_Courses); fprintf (Gbl.F.Out,"
" "