Version 16.132.11

This commit is contained in:
Antonio Cañas Vargas 2017-02-01 10:05:31 +01:00
parent 18eef1a08b
commit 1f79fd2153
3 changed files with 7 additions and 2 deletions

View File

@ -191,13 +191,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.132.10 (2017-02-01)"
#define Log_PLATFORM_VERSION "SWAD 16.132.11 (2017-02-01)"
#define CSS_FILE "swad16.132.4.css"
#define JS_FILE "swad16.123.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 16.132.11:Feb 01, 2017 Help on indicators of courses. (211900 lines)
Version 16.132.10:Feb 01, 2017 Help on stats about visits. (211896 lines)
Version 16.132.9: Jan 31, 2017 Help on degrees stats. (211890 lines)
Version 16.132.8: Jan 31, 2017 Help on remove all students in a course. (211884 lines)

View File

@ -243,6 +243,8 @@ const char *Hlp_STATS_Figures_privacy = WIKI "STATS.Figur
const char *Hlp_STATS_Degrees = WIKI "STATS.Degrees";
const char *Hlp_STATS_Indicators = WIKI "STATS.Indicators";
const char *Hlp_STATS_Visits_global_visits = WIKI "STATS.Visits#global-visits";
const char *Hlp_STATS_Visits_visits_to_course = WIKI "STATS.Visits#visits-to-course";

View File

@ -85,6 +85,7 @@ static unsigned long Ind_GetNumFilesInWorksZonesOfCrsFromDB (long CrsCod);
void Ind_ReqIndicatorsCourses (void)
{
extern const char *Hlp_STATS_Indicators;
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Scope;
extern const char *Txt_Types_of_degree;
@ -103,7 +104,8 @@ void Ind_ReqIndicatorsCourses (void)
Ind_GetParamsIndicators ();
/***** Start frame *****/
Lay_StartRoundFrame (NULL,Txt_Indicators_of_courses,NULL,NULL);
Lay_StartRoundFrame (NULL,Txt_Indicators_of_courses,NULL,
Hlp_STATS_Indicators);
/***** Form to update indicators *****/
/* Start form */