diff --git a/swad_browser.c b/swad_browser.c index d836a9208..8ed2fa8a5 100644 --- a/swad_browser.c +++ b/swad_browser.c @@ -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 (); diff --git a/swad_changelog.h b/swad_changelog.h index 6c5162118..5395e51a7 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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)