Version 18.3.5

This commit is contained in:
Antonio Cañas Vargas 2018-10-09 22:21:44 +02:00
parent 721c8b085e
commit 7c88a1ea64
2 changed files with 6 additions and 4 deletions

View File

@ -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)

View File

@ -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 *****/