Version 18.7.2

This commit is contained in:
Antonio Cañas Vargas 2018-10-18 11:29:02 +02:00
parent f6f7c30f6b
commit 268d9b70cd
2 changed files with 11 additions and 2 deletions

View File

@ -53,6 +53,8 @@ extern struct Globals Gbl;
/****************************** Private constants ****************************/
/*****************************************************************************/
#define Att_ATTENDANCE_TABLE_ID "att_table"
/*****************************************************************************/
/******************************** Private types ******************************/
/*****************************************************************************/
@ -3171,7 +3173,7 @@ static void Att_ListEventsToSelect (Att_TypeOfView_t TypeOfView)
depending on the events selected *****/
if (NormalView)
{
Act_StartForm (Gbl.Action.Act);
Act_StartFormAnchor (Gbl.Action.Act,Att_ATTENDANCE_TABLE_ID);
Grp_PutParamsCodGrps ();
Usr_PutHiddenParUsrCodAll (Gbl.Action.Act,Gbl.Usrs.Select[Rol_UNK]);
}
@ -3300,6 +3302,9 @@ static void Att_ListStdsAttendanceTable (Att_TypeOfView_t TypeOfView,
/***** Initialize structure with user's data *****/
Usr_UsrDataConstructor (&UsrDat);
/***** Start section with attendance table *****/
Lay_StartSection (Att_ATTENDANCE_TABLE_ID);
/***** Start table *****/
Tbl_StartTableCenter (2);
@ -3355,6 +3360,9 @@ static void Att_ListStdsAttendanceTable (Att_TypeOfView_t TypeOfView,
if (PutButtonShowDetails)
Att_PutButtonToShowDetails ();
/***** End section with attendance table *****/
Lay_EndSection ();
/***** Free memory used for user's data *****/
Usr_UsrDataDestructor (&UsrDat);
}

View File

@ -355,10 +355,11 @@ En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 18.7.1 (2018-10-18)"
#define Log_PLATFORM_VERSION "SWAD 18.7.2 (2018-10-18)"
#define CSS_FILE "swad18.4.css"
#define JS_FILE "swad17.17.1.js"
/*
Version 18.7.2: Oct 18, 2018 Changes in layout of list of attendance. (236602 lines)
Version 18.7.1: Oct 18, 2018 Changes in layout of list of attendance. (236596 lines)
Version 18.7: Oct 18, 2018 Changes in layout of list of attendance. (236570 lines)
Version 18.6.7: Oct 18, 2018 Changes related to QR codes. (236556 lines)