Version19.193.5

This commit is contained in:
acanas 2020-04-23 23:21:46 +02:00
parent 008747ced1
commit ab31e7c171
2 changed files with 12 additions and 1 deletions

View File

@ -544,10 +544,11 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.193.4 (2020-04-23)"
#define Log_PLATFORM_VERSION "SWAD 19.193.5 (2020-04-23)"
#define CSS_FILE "swad19.193.1.css"
#define JS_FILE "swad19.193.1.js"
/*
Version 19.193.5: Apr 23, 2020 Fixed bug in exam events. (297871 lines)
Version 19.193.4: Apr 23, 2020 Fixed bugs in exams, exam events, games and matches. (297860 lines)
Version 19.193.3: Apr 23, 2020 Added new MIME type, reported by Jesús Garrido Manrique.
Changed text in test configuration. (297640 lines)

View File

@ -282,6 +282,16 @@ void Lay_WriteStartOfPage (void)
HTM_Txt ("<body onload=\"init();\"");
switch (Gbl.Action.Act)
{
case ActNewExaEvt:
case ActResExaEvt:
case ActBckExaEvt:
case ActPlyPauExaEvt:
case ActFwdExaEvt:
case ActChgNumColExaEvt:
case ActChgVisResExaEvtQst:
case ActExaEvtCntDwn:
HTM_Txt (" class=\"EXA_BG\"");
break;
case ActNewMch:
case ActResMch:
case ActBckMch: