Version 16.57.1

This commit is contained in:
Antonio Cañas Vargas 2016-11-13 22:55:43 +01:00
parent 9a025681e8
commit 07750841b5
3 changed files with 6 additions and 2 deletions

View File

@ -204,6 +204,7 @@ void MFU_ShowMyMFUActions (void)
void MFU_WriteBigMFUActions (struct MFU_ListMFUActions *ListMFUActions)
{
extern struct Act_Actions Act_Actions[Act_NUM_ACTIONS];
extern const char *Hlp_STATS_Frequent;
extern const char *The_ClassFormNoWrap[The_NUM_THEMES];
extern const char *Txt_My_frequent_actions;
extern const char *Txt_TABS_FULL_TXT[Tab_NUM_TABS];
@ -216,7 +217,7 @@ void MFU_WriteBigMFUActions (struct MFU_ListMFUActions *ListMFUActions)
char TabMenuStr[128+6+128+1];
/***** Start frame *****/
Lay_StartRoundFrame (NULL,Txt_My_frequent_actions,NULL,NULL);
Lay_StartRoundFrame (NULL,Txt_My_frequent_actions,NULL,Hlp_STATS_Frequent);
fprintf (Gbl.F.Out,"<div id=\"MFU_actions_big\">");
/***** Write list of frequently used actions *****/

View File

@ -156,13 +156,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.57 (2016-11-13)"
#define Log_PLATFORM_VERSION "SWAD 16.57.1 (2016-11-13)"
#define CSS_FILE "swad16.51.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.57.1: Nov 13, 2016 Contextual help on frequent actions. (207099 lines)
Version 16.57: Nov 13, 2016 Contextual help on figures. (207096 lines)
Version 16.56.8: Nov 13, 2016 Contextual help on notices. (207002 lines)
Version 16.56.7: Nov 13, 2016 Contextual help on forums. (206996 lines)

View File

@ -140,6 +140,8 @@ const char *Hlp_STATS_Figures_menu = WIKI "STATS.Figur
const char *Hlp_STATS_Figures_columns = WIKI "STATS.Figures#columns";
const char *Hlp_STATS_Figures_privacy = WIKI "STATS.Figures#privacy";
const char *Hlp_STATS_Frequent = WIKI "STATS.Frequent";
/***** PROFILE tab *****/
const char *Hlp_PROFILE_Log_in = WIKI "PROFILE.Log%20in";