Version19.53.3

This commit is contained in:
Antonio Cañas Vargas 2019-11-05 21:26:05 +01:00
parent 8161a50b06
commit 6ef4da55f2
2 changed files with 4 additions and 2 deletions

View File

@ -490,7 +490,7 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - *
En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 19.53.2 (2019-11-05)"
#define Log_PLATFORM_VERSION "SWAD 19.53.3 (2019-11-05)"
#define CSS_FILE "swad19.47.css"
#define JS_FILE "swad19.39.js"
/*
@ -498,6 +498,8 @@ ps2pdf source.ps destination.pdf
// TODO: Impedir la creación y edición de proyectos si no son editables.
// TODO: Importante: filtrar proyectos por usuarios (igual que en trabajos o en asistencia)
Version 19.54: Nov 05, 2019 Code refactoring in HTML select options. (? lines)
Version 19.53.3: Nov 05, 2019 Fixed bug in HTML form to upload files, reported by Eva Martínez Ortigosa. (246013 lines)
Version 19.53.2: Nov 05, 2019 Fixed bug in HTML input search. (246011 lines)
Version 19.53.1: Nov 05, 2019 Fixed bug in role selector. (246010 lines)
Version 19.53: Nov 05, 2019 Code refactoring in HTML selects. (246011 lines)

View File

@ -8389,7 +8389,7 @@ static void Brw_PutFormToUploadFilesUsingDropzone (const char *FileNameToShow)
fprintf (Gbl.F.Out,"<span class=\"DAT_LIGHT\">%s</span>",
Txt_Select_one_or_more_files_from_your_computer_or_drag_and_drop_here);
HTM_DIV_End ();
Frm_EndForm ();
fprintf (Gbl.F.Out,"</form>");
/***** Put button to refresh file browser after upload *****/
Frm_StartForm (Brw_ActRefreshAfterUploadFiles[Gbl.FileBrowser.Type]);