Version19.51.22

This commit is contained in:
Antonio Cañas Vargas 2019-11-04 23:39:15 +01:00
parent 6c9b243c70
commit d944444cd2
2 changed files with 3 additions and 2 deletions

View File

@ -490,7 +490,7 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.51.21 (2019-11-04)"
#define Log_PLATFORM_VERSION "SWAD 19.51.22 (2019-11-04)"
#define CSS_FILE "swad19.47.css"
#define JS_FILE "swad19.39.js"
/*
@ -498,6 +498,7 @@ ps2pdf source.ps destination.pdf
// TODO: Impedir la creación y edición de proyectos si no son editables.
// TODO: Importante: filtrar proyectos por usuarios (igual que en trabajos o en asistencia)
Version 19.51.22: Nov 04, 2019 Fixed bug in indicators. (? lines)
Version 19.51.21: Nov 04, 2019 Fixed bug in multiple parameter. (245905 lines)
Version 19.51.20: Nov 04, 2019 Fixed bug expanding/contracting folders in Microsoft Edge, reported by Mancia Anguita López. (245905 lines)
Version 19.51.19: Nov 04, 2019 Code refactoring in HTML inputs. (245904 lines)

View File

@ -770,7 +770,7 @@ static void Ind_ShowTableOfCoursesWithIndicators (Ind_IndicatorsLayout_t Indicat
HTM_TH (3,1,"LM COLOR0",Txt_Course);
HTM_TH (3,1,"LM COLOR0",Txt_Institutional_BR_code);
HTM_TH (3,1,"LM COLOR0",Txt_Web_page_of_the_course);
HTM_TH (11,1,"CM COLOR0",Txt_Indicators);
HTM_TH (1,11,"CM COLOR0",Txt_Indicators);
HTM_TR_End ();