Version19.90.4

This commit is contained in:
Antonio Cañas Vargas 2019-12-13 09:10:57 +01:00
parent dd77a4e5ba
commit e6c027fa62
2 changed files with 7 additions and 6 deletions

View File

@ -490,13 +490,14 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.90.3 (2019-12-13)"
#define Log_PLATFORM_VERSION "SWAD 19.90.4 (2019-12-13)"
#define CSS_FILE "swad19.90.1.css"
#define JS_FILE "swad19.90.js"
/*
// TODO: Hacer un nuevo rol en los TFG: tutor externo (profesor de áreas no vinculadas con el centro, profesionales de empresas, etc.)
// TODO: Impedir la creación y edición de proyectos si no son editables.
Version 19.90.4: Dec 13, 2019 Fixed issues in layout of statistics. (248431 lines)
Version 19.90.3: Dec 13, 2019 Changes in match layout. (248430 lines)
Version 19.90.2: Dec 13, 2019 Code refactoring in matches. (248427 lines)
Version 19.90.1: Dec 12, 2019 Changes in CSS. (248391 lines)

View File

@ -3413,7 +3413,7 @@ static void Sta_WriteCountry (long CtyCod)
Cty_DrawCountryMapAndNameWithLink (&Cty,ActSeeCtyInf,
"COUNTRY_TINY",
"COUNTRY_MAP_TINY",
"BT_LINK LOG");
"BT_LINK LT LOG");
}
else // Hit with no country selected
/***** No country selected *****/
@ -3502,7 +3502,7 @@ static void Sta_WriteInstitution (long InsCod)
/***** Form to go to institution *****/
Ins_DrawInstitutionLogoAndNameWithLink (&Ins,ActSeeInsInf,
"BT_LINK LOG","CT");
"BT_LINK LT LOG","CT");
}
else // Hit with no institution selected
{
@ -3594,7 +3594,7 @@ static void Sta_WriteCentre (long CtrCod)
/***** Form to go to centre *****/
Ctr_DrawCentreLogoAndNameWithLink (&Ctr,ActSeeCtrInf,
"BT_LINK LOG","CT");
"BT_LINK LT LOG","CT");
}
else // Hit with no centre selected
{
@ -3686,7 +3686,7 @@ static void Sta_WriteDegree (long DegCod)
/***** Form to go to degree *****/
Deg_DrawDegreeLogoAndNameWithLink (&Deg,ActSeeDegInf,
"BT_LINK LOG","CT");
"BT_LINK LT LOG","CT");
}
else // Hit with no degree selected
{
@ -3779,7 +3779,7 @@ static void Sta_ShowNumHitsPerCourse (unsigned long NumRows,
snprintf (Gbl.Title,sizeof (Gbl.Title),
Txt_Go_to_X,
Crs.FullName);
HTM_BUTTON_SUBMIT_Begin (Gbl.Title,"BT_LINK LOG",NULL);
HTM_BUTTON_SUBMIT_Begin (Gbl.Title,"BT_LINK LT LOG",NULL);
HTM_Txt (Crs.ShrtName);
HTM_BUTTON_End ();
}