Version19.53.2

This commit is contained in:
Antonio Cañas Vargas 2019-11-05 21:13:04 +01:00
parent f05be79f59
commit 8161a50b06
3 changed files with 5 additions and 4 deletions

View File

@ -217,7 +217,7 @@ a:hover /* Default ==> underlined */
#head_search_text
{
display:none;
}
}
}
@media only screen and (max-width: 480px)

View File

@ -843,9 +843,9 @@ void HTM_INPUT_SEARCH (const char *Name,unsigned MaxLength,const char *Value,
int NumBytesPrinted;
char *Attr;
fprintf (Gbl.F.Out,"<input type=\"search\" id=\"%s\" name=\"%s\""
fprintf (Gbl.F.Out,"<input type=\"search\" name=\"%s\""
" maxlength=\"%u\" value=\"%s\"",
Name,Name,MaxLength,Value);
Name,MaxLength,Value);
if (fmt)
{

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.1 (2019-11-05)"
#define Log_PLATFORM_VERSION "SWAD 19.53.2 (2019-11-05)"
#define CSS_FILE "swad19.47.css"
#define JS_FILE "swad19.39.js"
/*
@ -498,6 +498,7 @@ 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.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)
Version 19.52.1: Nov 05, 2019 Code refactoring in HTML selects. (245967 lines)