Version 16.56.5

This commit is contained in:
Antonio Cañas Vargas 2016-11-13 21:19:41 +01:00
parent ff4efbe8d0
commit e8ffe8b6c6
3 changed files with 6 additions and 2 deletions

View File

@ -156,13 +156,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.56.4 (2016-11-13)"
#define Log_PLATFORM_VERSION "SWAD 16.56.5 (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.56.5: Nov 13, 2016 Contextual help on view public profile. (206963 lines)
Version 16.56.4: Nov 13, 2016 Contextual help on public activity. (206960 lines)
Version 16.56.3: Nov 13, 2016 Contextual help on attendance. (206955 lines)
Version 16.56.2: Nov 13, 2016 Contextual help on groups. (206938 lines)

View File

@ -99,6 +99,8 @@ const char *Hlp_USERS_Attendance = WIKI "USERS.Attendance";
const char *Hlp_SOCIAL_Activity = WIKI "SOCIAL.Activity";
const char *Hlp_SOCIAL_Profiles_view_public_profile = WIKI "SOCIAL.Profiles#view-public-profile";
/***** STATS tab *****/
const char *Hlp_STATS_Surveys = WIKI "STATS.Surveys";

View File

@ -159,6 +159,7 @@ void Prf_RequestUserProfile (void)
static void Prf_RequestUserProfileWithDefaultNickname (const char *DefaultNickname)
{
extern const char *Hlp_SOCIAL_Profiles_view_public_profile;
extern const char *Txt_View_public_profile;
extern const char *The_ClassForm[The_NUM_THEMES];
extern const char *Txt_Nickname;
@ -168,7 +169,7 @@ static void Prf_RequestUserProfileWithDefaultNickname (const char *DefaultNickna
Act_FormStart (ActSeePubPrf);
/***** Start frame *****/
Lay_StartRoundFrame (NULL,Txt_View_public_profile,NULL,NULL);
Lay_StartRoundFrame (NULL,Txt_View_public_profile,NULL,Hlp_SOCIAL_Profiles_view_public_profile);
/***** Form to request user's @nickname *****/
fprintf (Gbl.F.Out,"<label class=\"%s\">"