Version 16.68.7

This commit is contained in:
Antonio Cañas Vargas 2016-11-23 14:01:08 +01:00
parent bdcd9765aa
commit bca99ea7bc
2 changed files with 12 additions and 2 deletions

View File

@ -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)

View File

@ -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: