Version 21.67.3: Dec 04, 2021 Help about user photo shapes.

This commit is contained in:
acanas 2021-12-04 22:40:05 +01:00
parent fb4db56a04
commit fd71489d1c
3 changed files with 25 additions and 3 deletions

View File

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

View File

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

View File

@ -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";