Version 16.215.3

This commit is contained in:
Antonio Cañas Vargas 2017-05-15 09:57:41 +02:00
parent a42841d88b
commit 31e252dd88
2 changed files with 3 additions and 1 deletions

View File

@ -233,13 +233,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.215.2 (2017-05-10)"
#define Log_PLATFORM_VERSION "SWAD 16.215.3 (2017-05-15)"
#define CSS_FILE "swad16.209.3.css"
#define JS_FILE "swad16.206.3.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.215.3: May 15, 2017 Fixed bug in layout of alerts. (218950 lines)
Version 16.215.2: May 13, 2017 Default theme: grey. (218946 lines)
Version 16.215.1: May 12, 2017 Fixed bug in layout of indicators. (218946 lines)
Version 16.215: May 11, 2017 New module swad_alert for alerts. (218944 lines)

View File

@ -2745,6 +2745,7 @@ void Crs_ChangeCrsStatus (void)
Gbl.Degs.EditingCrs.Status = Status;
/***** Create message to show the change made *****/
Gbl.Alert.Type = Ale_SUCCESS;
sprintf (Gbl.Alert.Txt,Txt_The_status_of_the_course_X_has_changed,
Gbl.Degs.EditingCrs.ShrtName);
}