Version 16.54.11

This commit is contained in:
Antonio Cañas Vargas 2016-11-13 13:44:20 +01:00
parent 87db36ae46
commit 721b822b4e
3 changed files with 6 additions and 2 deletions

View File

@ -156,13 +156,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.54.10 (2016-11-13)"
#define Log_PLATFORM_VERSION "SWAD 16.54.11 (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.54.11: Nov 13, 2016 Contextual help on my webs / social networks. (206799 lines)
Version 16.54.10: Nov 13, 2016 Contextual help on my institution, centre and department. (206795 lines)
Version 16.54.9: Nov 13, 2016 Contextual help on record card. (206789 lines)
Version 16.54.8: Nov 13, 2016 Contextual help on my courses. (206782 lines)

View File

@ -68,6 +68,8 @@ const char *Hlp_PROFILE_Record =
"https://github.com/acanas/swad-core/wiki/PROFILE.Record";
const char *Hlp_PROFILE_Institution =
"https://github.com/acanas/swad-core/wiki/PROFILE.Institution";
const char *Hlp_PROFILE_Webs =
"https://github.com/acanas/swad-core/wiki/PROFILE.Webs";
const char *Hlp_PROFILE_Photo =
"https://github.com/acanas/swad-core/wiki/PROFILE.Photo";

View File

@ -286,6 +286,7 @@ void Net_PutLinkToChangeMySocialNetworks (void)
void Net_ShowFormMyWebsAndSocialNets (void)
{
extern const char *Hlp_PROFILE_Webs;
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Webs_social_networks;
char Query[256];
@ -296,7 +297,7 @@ void Net_ShowFormMyWebsAndSocialNets (void)
/***** Start table *****/
Lay_StartRoundFrame (NULL,Txt_Webs_social_networks,
Net_PutIconsWebsSocialNetworks,NULL);
Net_PutIconsWebsSocialNetworks,Hlp_PROFILE_Webs);
fprintf (Gbl.F.Out,"<table class=\"CELLS_PAD_2\" style=\"margin:0 auto;\">");
for (NumURL = (Net_WebsAndSocialNetworks_t) 0;