Version 23.57.3: Jan 19, 2024 Responsive design in exam results.

This commit is contained in:
acanas 2024-01-19 20:55:21 +01:00
parent 6fc7327e00
commit ab54321c5e
3 changed files with 6 additions and 5 deletions

View File

@ -633,10 +633,11 @@ Me sale este error, no s
"can npt create received message (duplicated entry '243218-2160773' for key 'UsrCod_MsgCod') "can npt create received message (duplicated entry '243218-2160773' for key 'UsrCod_MsgCod')
*/ */
#define Log_PLATFORM_VERSION "SWAD 23.57.2 (2024-01-19)" #define Log_PLATFORM_VERSION "SWAD 23.57.3 (2024-01-19)"
#define CSS_FILE "swad23.57.css" #define CSS_FILE "swad23.57.css"
#define JS_FILE "swad23.53.6.js" #define JS_FILE "swad23.53.6.js"
/* /*
Version 23.57.3: Jan 19, 2024 Responsive design in exam results. (335676 lines)
Version 23.57.2: Jan 19, 2024 Responsive design in attendance. (335675 lines) Version 23.57.2: Jan 19, 2024 Responsive design in attendance. (335675 lines)
Version 23.57.1: Jan 19, 2024 Responsive design in agenda. (335670 lines) Version 23.57.1: Jan 19, 2024 Responsive design in agenda. (335670 lines)
Version 23.57: Jan 19, 2024 Responsive design and changes in layout in assignment/works file browsers. (335669 lines) Version 23.57: Jan 19, 2024 Responsive design and changes in layout in assignment/works file browsers. (335669 lines)

View File

@ -519,7 +519,7 @@ static void ExaRes_ShowResultsBegin (struct Exa_Exams *Exams,
HTM_SECTION_Begin (ExaRes_RESULTS_BOX_ID); HTM_SECTION_Begin (ExaRes_RESULTS_BOX_ID);
/***** Begin box *****/ /***** Begin box *****/
Box_BoxBegin ("100%",Title, Box_BoxBegin (NULL,Title,
NULL,NULL, NULL,NULL,
Hlp_ASSESSMENT_Exams_results,Box_NOT_CLOSABLE); Hlp_ASSESSMENT_Exams_results,Box_NOT_CLOSABLE);
@ -531,7 +531,7 @@ static void ExaRes_ShowResultsBegin (struct Exa_Exams *Exams,
HTM_SECTION_Begin (ExaRes_RESULTS_TABLE_ID); HTM_SECTION_Begin (ExaRes_RESULTS_TABLE_ID);
/* Begin session results table */ /* Begin session results table */
HTM_TABLE_BeginWidePadding (5); HTM_TABLE_Begin ("TBL_SCROLL");
} }
static void ExaRes_ShowResultsEnd (void) static void ExaRes_ShowResultsEnd (void)

View File

@ -8616,7 +8616,7 @@ const char *Txt_Details =
#elif L==5 // fr #elif L==5 // fr
"Détails"; "Détails";
#elif L==6 // gn #elif L==6 // gn
"Detalles"; // Okoteve traducción "Sa'&ytilde;ijo peteĩteĩ";
#elif L==7 // it #elif L==7 // it
"Dettagli"; "Dettagli";
#elif L==8 // pl #elif L==8 // pl
@ -8624,7 +8624,7 @@ const char *Txt_Details =
#elif L==9 // pt #elif L==9 // pt
"Detalhes"; "Detalhes";
#elif L==10 // tr #elif L==10 // tr
"Details"; // Çeviri lazim! "Detaylar";
#endif #endif
const char *Txt_Disclaimer_the_files_hosted_here_ = // Warning: it is very important to include two %s in the following sentences const char *Txt_Disclaimer_the_files_hosted_here_ = // Warning: it is very important to include two %s in the following sentences