From 3aec2f8d04b84c328982c16c4f707d531e3acf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sun, 13 Nov 2016 11:54:01 +0100 Subject: [PATCH] Version 16.54.3 --- swad_account.c | 3 ++- swad_help.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swad_account.c b/swad_account.c index f51c0df84..42b136c92 100644 --- a/swad_account.c +++ b/swad_account.c @@ -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); diff --git a/swad_help.c b/swad_help.c index e82174f0c..2934abd83 100644 --- a/swad_help.c +++ b/swad_help.c @@ -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 =