diff --git a/swad_changelog.h b/swad_changelog.h index 91c404fde..3da02e93b 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.123.5 (2015/07/31)" +#define Log_PLATFORM_VERSION "SWAD 14.123.6 (2015/08/01)" // 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 14.123.6: Aug 01, 2015 Changes in CSS of forms. (184874 lines) Version 14.123.5: Jul 31, 2015 Changes in CSS of forms. (184902 lines) Version 14.123.4: Jul 31, 2015 Changes in CSS of forms. (184905 lines) Version 14.123.3: Jul 28, 2015 Changes in CSS of forms. (184929 lines) diff --git a/swad_enrollment.c b/swad_enrollment.c index adce90b78..ee918a333 100644 --- a/swad_enrollment.c +++ b/swad_enrollment.c @@ -532,7 +532,7 @@ static void Enr_ShowFormRegRemSeveralUsrs (void) Lay_StartRoundFrame (NULL,Txt_Admin_several_users); /***** Step 1: List of students to be enrolled / removed *****/ - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "%s" "
", The_ClassTitle[Gbl.Prefs.Theme], @@ -541,7 +541,7 @@ static void Enr_ShowFormRegRemSeveralUsrs (void) if (ExternalUsrsServiceAvailable) { /* Option a: get students from official lists */ - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "%s" "
", The_ClassTitle[Gbl.Prefs.Theme], @@ -550,7 +550,7 @@ static void Enr_ShowFormRegRemSeveralUsrs (void) Imp_ListMyImpGrpsAndStdsForm (); /* Option b: get students' IDs from pasted text */ - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "%s" "
", The_ClassTitle[Gbl.Prefs.Theme], @@ -561,7 +561,7 @@ static void Enr_ShowFormRegRemSeveralUsrs (void) Enr_PutAreaToEnterUsrsIDs (); /***** Step 2: Select type of user to register/remove to/from current course *****/ - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "%s" "
", The_ClassTitle[Gbl.Prefs.Theme], @@ -570,7 +570,7 @@ static void Enr_ShowFormRegRemSeveralUsrs (void) Rol_PutAllRolesRegRemUsrsCrs (); /***** Step 3: Put different actions to register/remove students to/from current course *****/ - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "%s" "
", The_ClassTitle[Gbl.Prefs.Theme], @@ -578,7 +578,7 @@ static void Enr_ShowFormRegRemSeveralUsrs (void) Enr_PutActionsRegRemSeveralUsrs (); /***** Step 4: Select groups in which register / remove students *****/ - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "%s" "
", The_ClassTitle[Gbl.Prefs.Theme], @@ -600,7 +600,7 @@ static void Enr_ShowFormRegRemSeveralUsrs (void) } /***** Step 5: Confirm register / remove students *****/ - fprintf (Gbl.F.Out,"
" + fprintf (Gbl.F.Out,"
" "%s" "
", The_ClassTitle[Gbl.Prefs.Theme], @@ -640,7 +640,7 @@ void Enr_AskRemoveOldUsrs (void) unsigned Months; /***** Form to request number of months without clicks *****/ - fprintf (Gbl.F.Out,"
"); + fprintf (Gbl.F.Out,"
"); Act_FormStart (ActRemOldUsr); fprintf (Gbl.F.Out,"%s ", The_ClassForm[Gbl.Prefs.Theme], @@ -763,7 +763,7 @@ static void Enr_PutAreaToEnterUsrsIDs (void) "" "%s: " "" - "" + "" "