From 31e252dd88d033067b4c936404687dafbcb8c8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 15 May 2017 09:57:41 +0200 Subject: [PATCH] Version 16.215.3 --- swad_changelog.h | 3 ++- swad_course.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/swad_changelog.h b/swad_changelog.h index 6128f33b4..516015fe1 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_course.c b/swad_course.c index 1623d4aef..80affe3fe 100644 --- a/swad_course.c +++ b/swad_course.c @@ -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); }