diff --git a/icon/announce64x64.gif b/icon/announce64x64.gif new file mode 100644 index 000000000..8719c5107 Binary files /dev/null and b/icon/announce64x64.gif differ diff --git a/icon/note64x64.gif b/icon/note64x64.gif new file mode 100644 index 000000000..8719c5107 Binary files /dev/null and b/icon/note64x64.gif differ 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 */