diff --git a/swad_changelog.h b/swad_changelog.h index 86e6dd660..8fb6541c4 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -135,13 +135,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.251.1 (2016-09-11)" +#define Log_PLATFORM_VERSION "SWAD 15.251.2 (2016-09-11)" #define CSS_FILE "swad15.229.css" #define JS_FILE "swad15.238.1.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* + Version 15.251.2: Sep 11, 2016 Changes in layout of user's usage report. (204465 lines) Version 15.251.1: Sep 11, 2016 Changes in user's usage report. (204406 lines) Version 15.251: Sep 11, 2016 List of courses in user's usage report. (204416 lines) Version 15.250.10:Sep 11, 2016 Details of user's profile removed from user's usage report. (? lines) diff --git a/swad_report.c b/swad_report.c index c80727c6c..378c62502 100644 --- a/swad_report.c +++ b/swad_report.c @@ -89,11 +89,13 @@ void Rep_PrintMyUsageReport (void) static void Rep_ShowOrPrintMyUsageReport (Rep_SeeOrPrint_t SeeOrPrint) { extern const char *Txt_Report_of_use_of_the_platform; + extern const char *Txt_Personal_information; extern const char *Txt_User[Usr_NUM_SEXS]; extern const char *Txt_ID; extern const char *Txt_Email; extern const char *Txt_Country; extern const char *Txt_Institution; + extern const char *Txt_Figures; extern const char *Txt_From_TIME; extern const char *Txt_day; extern const char *Txt_days; @@ -111,6 +113,7 @@ static void Rep_ShowOrPrintMyUsageReport (Rep_SeeOrPrint_t SeeOrPrint) extern const char *Txt_Messages_sent; extern const char *Txt_message; extern const char *Txt_messages; + extern const char *Txt_Courses; extern const char *Txt_USER_in_COURSE; extern const char *Txt_ROLES_SINGUL_Abc[Rol_NUM_ROLES][Usr_NUM_SEXS]; extern const char *Txt_course; @@ -127,11 +130,16 @@ static void Rep_ShowOrPrintMyUsageReport (Rep_SeeOrPrint_t SeeOrPrint) Rol_Role_t Role; unsigned NumCrss; - /***** Start frame and list *****/ + /***** Start frame *****/ if (SeeOrPrint == Rep_SEE) - Lay_StartRoundFrame ("100%",Txt_Report_of_use_of_the_platform, + Lay_StartRoundFrame (NULL,Txt_Report_of_use_of_the_platform, Rep_PutIconToPrintMyUsageReport); - fprintf (Gbl.F.Out,"