diff --git a/swad_changelog.h b/swad_changelog.h index bdfe08da0..5a233835e 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -235,8 +235,6 @@ // TODO: Cuando sólo se cambian los grupos y no el rol de un profesor ya existente, no sale ningún mensaje. se haga lo que se haga en la edición debería salir un mensaje del tipo "Cambios realizados" -// TODO: En listado de accesos, las fechas (no el día de la semana) deberían ir alineadas a la derecha. - /*****************************************************************************/ /****************************** Public constants *****************************/ /*****************************************************************************/ @@ -248,6 +246,7 @@ // 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.241.2: Jun 11, 2017 Changes in alignment of dates in statistics. (222131 lines) Version 16.241.1: Jun 11, 2017 Fix bug confirming another user's ID. (222132 lines) Version 16.241: Jun 11, 2017 New module swad_table to draw tables. (222132 lines) Version 16.240.1: Jun 11, 2017 Some functions moved from swad_layout to swad_icon. (222024 lines) diff --git a/swad_statistic.c b/swad_statistic.c index f026b5e72..78e73b1a8 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -69,7 +69,7 @@ extern struct Globals Gbl; const unsigned Sta_CellPadding[Sta_NUM_CLICKS_GROUPED_BY] = { - 1, // Sta_CLICKS_CRS_DETAILED_LIST + 2, // Sta_CLICKS_CRS_DETAILED_LIST 1, // Sta_CLICKS_CRS_PER_USR 1, // Sta_CLICKS_CRS_PER_DAYS @@ -1469,13 +1469,12 @@ static void Sta_ShowHits (Sta_GlobalOrCourseAccesses_t GlobalOrCourse) /***** Put the table with the clicks *****/ if (Gbl.Stat.ClicksGroupedBy == Sta_CLICKS_CRS_DETAILED_LIST) Box_StartBox ("100%",Txt_List_of_detailed_clicks,NULL, - NULL, - false); // Not closable + NULL, + false); // Not closable else - Box_StartBox (NULL,Txt_STAT_TYPE_COUNT_CAPS[Gbl.Stat.CountType], - NULL, - NULL, - false); // Not closable + Box_StartBox (NULL,Txt_STAT_TYPE_COUNT_CAPS[Gbl.Stat.CountType],NULL, + NULL, + false); // Not closable fprintf (Gbl.F.Out,"" + fprintf (Gbl.F.Out,"" "