diff --git a/swad_banner.c b/swad_banner.c index f1edacba3..239aa6692 100644 --- a/swad_banner.c +++ b/swad_banner.c @@ -1024,10 +1024,14 @@ void Ban_WriteMenuWithBanners (void) Frm_StartForm (ActClkBan); Ban_PutParamBanCod (Gbl.Banners.Lst[NumBan].BanCod); Par_PutHiddenParamString (NULL,"URL",Gbl.Banners.Lst[NumBan].WWW); - Frm_LinkFormSubmit (Gbl.Banners.Lst[NumBan].FullName,"BANNER",NULL); + HTM_INPUT_IMAGE (Cfg_URL_BANNER_PUBLIC,Gbl.Banners.Lst[NumBan].Img, + Gbl.Banners.Lst[NumBan].FullName,"BANNER"); + /* + HTM_BUTTON_Begin (Gbl.Banners.Lst[NumBan].FullName,"BT_LINK BANNER",NULL); HTM_IMG (Cfg_URL_BANNER_PUBLIC,Gbl.Banners.Lst[NumBan].Img,Gbl.Banners.Lst[NumBan].FullName, "class=\"BANNER\""); - Frm_LinkFormEnd (); + HTM_BUTTON_End (); + */ Frm_EndForm (); HTM_DIV_End (); } diff --git a/swad_changelog.h b/swad_changelog.h index b3cc41d93..1d48f62a1 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -488,13 +488,14 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - * En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 19.70.2 (2019-11-17)" +#define Log_PLATFORM_VERSION "SWAD 19.70.3 (2019-11-17)" #define CSS_FILE "swad19.70.css" #define JS_FILE "swad19.70.js" /* // TODO: Hacer un nuevo rol en los TFG: tutor externo (profesor de áreas no vinculadas con el centro, profesionales de empresas, etc.) // TODO: Impedir la creación y edición de proyectos si no son editables. + Version 19.70.3: Nov 17, 2019 Converting links to buttons. (? lines) Version 19.70.2: Nov 17, 2019 Converting links to buttons. (247062 lines) Version 19.70.1: Nov 17, 2019 Converting links to buttons. Fixed bug in agenda. (247061 lines)