Version 16.54.3

This commit is contained in:
Antonio Cañas Vargas 2016-11-13 11:54:01 +01:00
parent 420f066467
commit 3aec2f8d04
2 changed files with 4 additions and 2 deletions

View File

@ -386,12 +386,13 @@ static void Acc_ShowFormRequestNewAccountWithParams (const char *NewNicknameWith
void Acc_ShowFormGoToRequestNewAccount (void)
{
extern const char *Hlp_PROFILE_Sign_up;
extern const char *Txt_New_on_PLATFORM_Sign_up;
extern const char *Txt_Create_a_new_account;
/***** Start frame *****/
sprintf (Gbl.Title,Txt_New_on_PLATFORM_Sign_up,Cfg_PLATFORM_SHORT_NAME);
Lay_StartRoundFrame (NULL,Gbl.Title,NULL,NULL);
Lay_StartRoundFrame (NULL,Gbl.Title,NULL,Hlp_PROFILE_Sign_up);
/***** Button to go to request the creation of a new account *****/
Act_FormStart (ActFrmMyAcc);

View File

@ -52,7 +52,8 @@ const char *Hlp_STATS_Surveys_questions =
const char *Hlp_PROFILE_Log_in =
"https://github.com/acanas/swad-core/wiki/PROFILE.Log%20in";
const char *Hlp_PROFILE_Sign_up =
"https://github.com/acanas/swad-core/wiki/PROFILE.Sign%20up";
const char *Hlp_PROFILE_Account =
"https://github.com/acanas/swad-core/wiki/PROFILE.Account";
const char *Hlp_PROFILE_Password =