Version 16.67.3

This commit is contained in:
Antonio Cañas Vargas 2016-11-22 01:01:43 +01:00
parent d2892ae541
commit a2387c68b1
3 changed files with 7 additions and 2 deletions

View File

@ -172,13 +172,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.67.2 (2016-11-21)"
#define Log_PLATFORM_VERSION "SWAD 16.67.3 (2016-11-22)"
#define CSS_FILE "swad16.60.1.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.67.3: Nov 22, 2016 Contextual help on notifications. (207355 lines)
Version 16.67.2: Nov 21, 2016 Contextual help on sign up in a course and enrollment requests. (207351 lines)
Version 16.67.1: Nov 21, 2016 Contextual help on connected users and last clicks in real time. (207346 lines)
Version 16.67: Nov 21, 2016 Refactoring in tests.

View File

@ -127,6 +127,8 @@ const char *Hlp_SOCIAL_Forums = WIKI "SOCIAL.Forums";
/***** MESSAGES tab *****/
const char *Hlp_MESSAGES_Notifications = WIKI "MESSAGES.Notifications";
const char *Hlp_MESSAGES_Notices = WIKI "MESSAGES.Notices";
/***** STATS tab *****/

View File

@ -284,6 +284,7 @@ static unsigned Ntf_GetNumberOfMyNewUnseenNtfs (void);
void Ntf_ShowMyNotifications (void)
{
extern const char *Hlp_MESSAGES_Notifications;
extern const char *Txt_Change_preferences;
extern const char *Txt_Mark_all_notifications_as_read;
extern const char *Txt_Notifications;
@ -371,7 +372,8 @@ void Ntf_ShowMyNotifications (void)
Usr_UsrDataConstructor (&UsrDat);
/***** Table start *****/
Lay_StartRoundFrameTable (NULL,Txt_Notifications,Ntf_PutIconsNotif,NULL,2);
Lay_StartRoundFrameTable (NULL,Txt_Notifications,
Ntf_PutIconsNotif,Hlp_MESSAGES_Notifications,2);
fprintf (Gbl.F.Out,"<tr>"
"<th colspan=\"2\" class=\"LEFT_MIDDLE\">"
"%s"