Version 22.33.3: Sep 29, 2022 Fixed layout of marks file metadata.

This commit is contained in:
acanas 2022-09-29 19:29:21 +02:00
parent 1e6d44af67
commit 670f366c88
2 changed files with 5 additions and 4 deletions

View File

@ -8575,7 +8575,8 @@ static void Brw_WriteBigLinkToDownloadFile (const char *URL,
/* Begin link */
HTM_BUTTON_Submit_Begin (Txt_Check_marks_in_the_file,
"class=\"FILENAME_BIG_%s\"",The_GetSuffix ());
"class=\"BT_LINK ICO_HIGHLIGHT FILENAME_BIG_%s\"",
The_GetSuffix ());
if (FileMetadata->FilFolLnk.Type == Brw_IS_FILE)
Brw_PutIconFile (FileMetadata->FilFolLnk.Name,
@ -8586,7 +8587,7 @@ static void Brw_WriteBigLinkToDownloadFile (const char *URL,
/* Name of the file of marks, link end and form end */
HTM_TxtF (" %s ",FileNameToShow);
Ico_PutIcon ("grades32x32.gif",Ico_UNCHANGED,Txt_Check_marks_in_the_file,"ICO40x40");
Ico_PutIcon ("list-alt.svg",Ico_UNCHANGED,Txt_Check_marks_in_the_file,"ICO40x40");
/* End link */
HTM_BUTTON_End ();

View File

@ -606,11 +606,11 @@ TODO: Fix bug: error al enviar un mensaje a dos recipientes, error on duplicate
TODO: Attach pdf files in multimedia.
*/
#define Log_PLATFORM_VERSION "SWAD 22.33.2 (2022-09-29)"
#define Log_PLATFORM_VERSION "SWAD 22.33.3 (2022-09-29)"
#define CSS_FILE "swad22.22.1.css"
#define JS_FILE "swad21.100.js"
/*
Version 22.33.3: Sep 29, 2022 TODO: Fix layout of marks file metadata. (? lines)
Version 22.33.3: Sep 29, 2022 Fixed layout of marks file metadata. (332709 lines)
Version 22.33.2: Sep 29, 2022 Changes in program resources and course forums. (332708 lines)
Version 22.33.1: Sep 29, 2022 Changes in program resources and attendance events. (332687 lines)
Version 22.33: Sep 29, 2022 Changes in program resources, documents and mark files. (332683 lines)