From fd71489d1c27cc935ced546d3e9c40640808c5e4 Mon Sep 17 00:00:00 2001 From: acanas Date: Sat, 4 Dec 2021 22:40:05 +0100 Subject: [PATCH] Version 21.67.3: Dec 04, 2021 Help about user photo shapes. --- swad_changelog.h | 3 ++- swad_figure.c | 4 ++-- swad_help_URL.c | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index e77a79f15..10bfa353d 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -602,10 +602,11 @@ TODO: FIX BUG, URGENT! En las fechas como par TODO: En las encuestas, que los estudiantes no puedan ver los resultados hasta que no finalice el plazo. */ -#define Log_PLATFORM_VERSION "SWAD 21.67.2 (2021-12-04)" +#define Log_PLATFORM_VERSION "SWAD 21.67.3 (2021-12-04)" #define CSS_FILE "swad21.67.css" #define JS_FILE "swad21.67.js" /* + Version 21.67.3: Dec 04, 2021 Help about user photo shapes. (320337 lines) Version 21.67.2: Dec 04, 2021 Renamed exam announcements to calls for exams in help wiki. (320316 lines) Version 21.67.1: Dec 04, 2021 Renamed CENTRE to CENTER in help wiki. (320316 lines) Version 21.67: Dec 04, 2021 Removed title of action associated to vertical menu. (320316 lines) diff --git a/swad_figure.c b/swad_figure.c index a65e4d083..446036a8e 100644 --- a/swad_figure.c +++ b/swad_figure.c @@ -3976,7 +3976,7 @@ static void Fig_GetAndShowNumUsrsPerSideColumns (void) static void Fig_GetAndShowNumUsrsPerPhotoShape (void) { - extern const char *Hlp_ANALYTICS_Figures_columns; + extern const char *Hlp_ANALYTICS_Figures_user_photos; extern const char *Txt_FIGURE_TYPES[Fig_NUM_FIGURES]; extern const char *Txt_User_photos; extern const char *Txt_Number_of_users; @@ -3997,7 +3997,7 @@ static void Fig_GetAndShowNumUsrsPerPhotoShape (void) /***** Begin box and table *****/ Box_BoxTableBegin (NULL,Txt_FIGURE_TYPES[Fig_PHOTO_SHAPES], NULL,NULL, - Hlp_ANALYTICS_Figures_columns,Box_NOT_CLOSABLE,2); + Hlp_ANALYTICS_Figures_user_photos,Box_NOT_CLOSABLE,2); /***** Heading row *****/ HTM_TR_Begin (NULL); diff --git a/swad_help_URL.c b/swad_help_URL.c index 3384c3ae3..223d0f4f9 100644 --- a/swad_help_URL.c +++ b/swad_help_URL.c @@ -3477,6 +3477,27 @@ const char *Hlp_ANALYTICS_Figures_columns = "ANALYTICS.Figures.en#columns"; #endif +const char *Hlp_ANALYTICS_Figures_user_photos = +#if L==1 + "ANALYTICS.Figures.es#fotos-de-usuarios"; +#elif L==2 + "ANALYTICS.Figures.en#user-photos"; +#elif L==3 + "ANALYTICS.Figures.en#user-photos"; +#elif L==4 + "ANALYTICS.Figures.es#fotos-de-usuarios"; +#elif L==5 + "ANALYTICS.Figures.en#user-photos"; +#elif L==6 + "ANALYTICS.Figures.es#fotos-de-usuarios"; +#elif L==7 + "ANALYTICS.Figures.en#user-photos"; +#elif L==8 + "ANALYTICS.Figures.en#user-photos"; +#elif L==9 + "ANALYTICS.Figures.en#user-photos"; +#endif + const char *Hlp_ANALYTICS_Figures_privacy = #if L==1 "ANALYTICS.Figures.es#privacidad";