From 7c88a1ea64626c315f8acbffe808c226fca98c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 9 Oct 2018 22:21:44 +0200 Subject: [PATCH] Version 18.3.5 --- swad_changelog.h | 3 ++- swad_photo.c | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index b311c6164..22131cfef 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -355,10 +355,11 @@ En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 18.3.4 (2018-10-09)" +#define Log_PLATFORM_VERSION "SWAD 18.3.5 (2018-10-09)" #define CSS_FILE "swad18.3.css" #define JS_FILE "swad17.17.1.js" /* + Version 18.3.5: Oct 09, 2018 Change in layout of classphoto of degrees. (234939 lines) Version 18.3.4: Oct 09, 2018 Changes in form to remove account. (234938 lines) Version 18.3.3: Oct 09, 2018 Changes in form to remove account. (234932 lines) Version 18.3.2: Oct 09, 2018 Changes in form to change password. (234935 lines) diff --git a/swad_photo.c b/swad_photo.c index 78d474871..673a2a247 100644 --- a/swad_photo.c +++ b/swad_photo.c @@ -1695,9 +1695,6 @@ void Pho_ShowOrPrintPhotoDegree (Pho_AvgPhotoSeeOrPrint_t SeeOrPrint) switch (SeeOrPrint) { case Pho_DEGREES_SEE: - /***** Link to computation of average photos *****/ - Pho_PutLinkToCalculateDegreeStats (); - /***** Start box *****/ Box_StartBox (NULL,Txt_Degrees,Pho_PutIconToPrintDegreeStats, Hlp_ANALYTICS_Degrees,Box_NOT_CLOSABLE); @@ -1713,6 +1710,10 @@ void Pho_ShowOrPrintPhotoDegree (Pho_AvgPhotoSeeOrPrint_t SeeOrPrint) Pho_PutSelectorForHowOrderDegrees (); Tbl_EndTable (); + + /***** Link to compute average photos *****/ + Pho_PutLinkToCalculateDegreeStats (); + break; case Pho_DEGREES_PRINT: /***** Start box *****/