Version 22.104.5: May 04, 2023 Fixed issue in indicators.

This commit is contained in:
acanas 2023-05-04 21:17:10 +02:00
parent 4985df7d78
commit c45d5cf81d
2 changed files with 3 additions and 4 deletions

View File

@ -629,10 +629,11 @@ TODO: Emilce Barrera Mesa: Podr
TODO: Emilce Barrera Mesa: Mis estudiantes presentan muchas dificultades a la hora de poner la foto porque la plataforma es muy exigente respecto al fondo de la imagen.
*/
#define Log_PLATFORM_VERSION "SWAD 22.104.4 (2023-05-04)"
#define Log_PLATFORM_VERSION "SWAD 22.104.5 (2023-05-04)"
#define CSS_FILE "swad22.104.4.css"
#define JS_FILE "swad22.49.js"
/*
Version 22.104.5: May 04, 2023 Fixed issue in indicators (342853 lines)
Version 22.104.4: May 04, 2023 Changes in lists. Changes in project edition. (342853 lines)
Version 22.104.3: May 04, 2023 Changes in project configuration. (338043 lines)
Version 22.104.2: May 04, 2023 Rubrics in project. Changes in input numbers. (338022 lines)

View File

@ -194,9 +194,7 @@ void Ind_ReqIndicatorsCourses (void)
/* Selection of the number of indicators */
HTM_TR_Begin (NULL);
HTM_TD_Begin ("class=\"RT DAT_%s\"",The_GetSuffix ());
HTM_TxtColon (Txt_Number_of_indicators);
HTM_TD_End ();
Frm_LabelColumn ("RT","",Txt_Number_of_indicators);
HTM_TD_Begin ("class=\"LT\"");
Ind_ShowNumCoursesWithIndicators (&Indicators,NumCrssWithIndicatorYes,NumCrss,true);