From 07fae31936561a95c6125a3be4ef7cbc686c2049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Thu, 4 Feb 2016 01:13:49 +0100 Subject: [PATCH] Version 15.136.2 --- icon/announce64x64.gif | Bin 0 -> 452 bytes icon/note64x64.gif | Bin 0 -> 452 bytes swad_action.c | 6 ++---- swad_changelog.h | 3 ++- swad_notification.c | 2 +- swad_social.c | 2 +- 6 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 icon/announce64x64.gif create mode 100644 icon/note64x64.gif diff --git a/icon/announce64x64.gif b/icon/announce64x64.gif new file mode 100644 index 0000000000000000000000000000000000000000..8719c51078e814e2f801d489d7f6858b9f552796 GIT binary patch literal 452 zcmV;#0XzOjNk%w1VL$*t0J8u9KtMoEO-)l%Q(9VDWMpJ)Y;1CJa(jDwiHV7nl$4yD zoT8$ltE;QCv$MOqyZ`_HA^8LW000jFEC2ui06+jh000F3@X1N5y*TU5yZ>M)j$~<` zXsWJk>%MR-C4eET2A~J`Dd<2#Z?pg!0mBgCXiRz(Oho|b{$v`|9 zKh3ozfPxsH)T5;%)72T&Oa+`Erxgt1cLU`d=N5+QMtO{~Ba!qD3J2fgul6AxAyR;$ z&LM1S0D{nVh@J)psf;Y5@J>U#Vjb)l3DAI|!Vhv0F?zUIL(E4H{ffOt?uiw9b0}J*L0RTHyQ^5uR literal 0 HcmV?d00001 diff --git a/icon/note64x64.gif b/icon/note64x64.gif new file mode 100644 index 0000000000000000000000000000000000000000..8719c51078e814e2f801d489d7f6858b9f552796 GIT binary patch literal 452 zcmV;#0XzOjNk%w1VL$*t0J8u9KtMoEO-)l%Q(9VDWMpJ)Y;1CJa(jDwiHV7nl$4yD zoT8$ltE;QCv$MOqyZ`_HA^8LW000jFEC2ui06+jh000F3@X1N5y*TU5yZ>M)j$~<` zXsWJk>%MR-C4eET2A~J`Dd<2#Z?pg!0mBgCXiRz(Oho|b{$v`|9 zKh3ozfPxsH)T5;%)72T&Oa+`Erxgt1cLU`d=N5+QMtO{~Ba!qD3J2fgul6AxAyR;$ z&LM1S0D{nVh@J)psf;Y5@J>U#Vjb)l3DAI|!Vhv0F?zUIL(E4H{ffOt?uiw9b0}J*L0RTHyQ^5uR literal 0 HcmV?d00001 diff --git a/swad_action.c b/swad_action.c index c0a5238c4..71a94b367 100644 --- a/swad_action.c +++ b/swad_action.c @@ -4966,7 +4966,7 @@ void Act_WriteSmallMFUActions (struct Act_ListMFUActions *ListMFUActions) /* Icon and text */ fprintf (Gbl.F.Out,"
  • "); Act_FormStart (Action); - Act_LinkFormSubmit (Title,"MFU_ACT"); + Act_LinkFormSubmit (Title,NULL); fprintf (Gbl.F.Out,"\"%s\"", - MenuStr); + fprintf (Gbl.F.Out," %s",MenuStr); Act_FormEnd (); fprintf (Gbl.F.Out,"
  • "); } diff --git a/swad_changelog.h b/swad_changelog.h index 64fc2ab59..fb8eb22a5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -121,13 +121,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.136.1 (2016-02-02)" +#define Log_PLATFORM_VERSION "SWAD 15.136.2 (2016-02-02)" #define CSS_FILE "swad15.136.1.css" #define JS_FILE "swad15.131.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 15.136.2: Feb 04, 2016 Change in layout of most frequent actions. (195689 lines) Version 15.136.1: Feb 02, 2016 Change in layout of tabs and menus. (195689 lines) Version 15.136: Jan 30, 2016 Average number of followed/followers per follower/followed. (195674 lines) Version 15.135.1: Jan 30, 2016 Fixed bug in figure with number of following and followers. (195518 lines) diff --git a/swad_notification.c b/swad_notification.c index 23b708882..987a0fbb4 100644 --- a/swad_notification.c +++ b/swad_notification.c @@ -220,7 +220,7 @@ static const char *Ntf_Icons[Ntf_NUM_NOTIFY_EVENTS] = /* Assessment tab */ "desk16x16.gif", // Ntf_EVENT_ASSIGNMENT - "announce16x16.gif", // Ntf_EVENT_EXAM_ANNOUNCEMENT + "announce64x64.gif", // Ntf_EVENT_EXAM_ANNOUNCEMENT "grades16x16.gif", // Ntf_EVENT_MARKS_FILE /* Users tab */ diff --git a/swad_social.c b/swad_social.c index c72b0b835..f65ef93ae 100644 --- a/swad_social.c +++ b/swad_social.c @@ -1540,7 +1540,7 @@ static void Soc_PutFormGoToAction (const struct SocialNote *SocNot) "file64x64.gif", // Soc_NOTE_CRS_SHA_PUB_FILE /* Assessment tab */ - "announce16x16.gif", // Soc_NOTE_EXAM_ANNOUNCEMENT + "announce64x64.gif", // Soc_NOTE_EXAM_ANNOUNCEMENT /* Users tab */