diff --git a/swad_changelog.h b/swad_changelog.h index 62f75f6eb..7322c5b87 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -172,13 +172,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.68.6 (2016-11-23)" +#define Log_PLATFORM_VERSION "SWAD 16.68.7 (2016-11-23)" #define CSS_FILE "swad16.68.css" #define JS_FILE "swad16.46.1.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 16.68.7: Nov 23, 2016 Changes in layout of messages received / sent. (207463 lines) Version 16.68.6: Nov 23, 2016 Contextual help on messages. (207455 lines) Version 16.68.5: Nov 22, 2016 Code refactoring and change in layout of file browser and contextual links. (207443 lines) Version 16.68.4: Nov 22, 2016 Code refactoring in file browser. (207447 lines) diff --git a/swad_message.c b/swad_message.c index 32ad7322b..82b540545 100644 --- a/swad_message.c +++ b/swad_message.c @@ -1687,7 +1687,12 @@ static void Msg_ShowSentOrReceivedMessages (void) Msg_MakeFilterFromToSubquery (FilterFromToSubquery); Msg_GetDistinctCoursesInMyMessages (); - /***** Form to see messages again *****/ + /***** Filter messages *****/ + /* Start frame with messages */ + Lay_StartRoundFrame (NULL,"Filter", // TODO: Need translation!!!! + NULL,Help[Gbl.Msg.TypeOfMessages]); + + /* Form to see messages again */ Act_FormStart (ActionSee[Gbl.Msg.TypeOfMessages]); Msg_ShowFormSelectCourseSentOrRecMsgs (); Msg_ShowFormToFilterMsgs (); @@ -1706,6 +1711,10 @@ static void Msg_ShowSentOrReceivedMessages (void) Act_FormEnd (); + /* End frame */ + Lay_EndRoundFrame (); + + /***** Get nnumber of unread messages *****/ switch (Gbl.Msg.TypeOfMessages) { case Msg_MESSAGES_RECEIVED: