From 1cce7031463d746e9e482da79960228cf10d5105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Wed, 28 Jan 2015 20:02:34 +0100 Subject: [PATCH] Version 14.70.5 --- swad_centre.c | 2 +- swad_changelog.h | 3 ++- swad_degree.c | 2 +- swad_institution.c | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/swad_centre.c b/swad_centre.c index 51c8e2d5d..d00cb9d75 100644 --- a/swad_centre.c +++ b/swad_centre.c @@ -613,7 +613,7 @@ static void Ctr_ListOneCentreForSeeing (struct Centre *Ctr,unsigned NumCtr) fprintf (Gbl.F.Out,"", TxtClass,BgColor); - Act_FormGoToStart (ActSeeDeg); + Act_FormGoToStart (ActSeeCtrInf); Ctr_PutParamCtrCod (Ctr->CtrCod); sprintf (Gbl.Title,Txt_Go_to_X,Ctr->FullName); Act_LinkFormSubmit (Gbl.Title,TxtClass); diff --git a/swad_changelog.h b/swad_changelog.h index d674ebce2..beb7f2035 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -39,11 +39,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.70.4 (2015/01/28)" +#define Log_PLATFORM_VERSION "SWAD 14.70.5 (2015/01/28)" // 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 | tail -1 /* + Version 14.70.5: Jan 28, 2015 Links in list of institutions, centres and degrees now go to information options. (176219 lines) Version 14.70.4: Jan 28, 2015 Links in breadcrumbs now go to information options. (176218 lines) Version 14.70.3: Jan 28, 2015 Some button messages changed. Buttons to view when editing. (176217 lines) diff --git a/swad_degree.c b/swad_degree.c index 45800d5e4..241c37539 100644 --- a/swad_degree.c +++ b/swad_degree.c @@ -1282,7 +1282,7 @@ static void Deg_ListOneDegreeForSeeing (struct Degree *Deg,unsigned NumDeg) fprintf (Gbl.F.Out,"", TxtClass,BgColor); - Act_FormGoToStart (ActSeeCrs); + Act_FormGoToStart (ActSeeDegInf); Deg_PutParamDegCod (Deg->DegCod); sprintf (Gbl.Title,Txt_Go_to_X,Deg->FullName); Act_LinkFormSubmit (Gbl.Title,TxtClass); diff --git a/swad_institution.c b/swad_institution.c index 30ebc0703..7ecbd7d3f 100644 --- a/swad_institution.c +++ b/swad_institution.c @@ -539,7 +539,7 @@ static void Ins_ListOneInstitutionForSeeing (struct Institution *Ins,unsigned Nu fprintf (Gbl.F.Out,"", TxtClass,BgColor); - Act_FormGoToStart (ActSeeCtr); + Act_FormGoToStart (ActSeeInsInf); Ins_PutParamInsCod (Ins->InsCod); sprintf (Gbl.Title,Txt_Go_to_X,Ins->FullName); Act_LinkFormSubmit (Gbl.Title,TxtClass);