diff --git a/swad_centre.c b/swad_centre.c index 3b880557a..13a8ae382 100644 --- a/swad_centre.c +++ b/swad_centre.c @@ -261,9 +261,6 @@ static void Ctr_Configuration (bool PrintView) { fprintf (Gbl.F.Out,"
"); - /* Link to show degrees */ - Act_PutContextualLink (ActSeeDeg,NULL,"deg",Txt_Degrees); - /* Link to print view */ Act_PutContextualLink (ActPrnCtrInf,NULL,"print",Txt_Print); diff --git a/swad_changelog.h b/swad_changelog.h index 4b9410af5..220c0bae5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -111,11 +111,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.40.1 (2015/11/19)" +#define Log_PLATFORM_VERSION "SWAD 15.40.2 (2015/11/19)" // 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 15.40.2: Nov 19, 2015 Some links to countries, institutions, centres and degrees removed. (187281 lines) Version 15.40.1: Nov 19, 2015 Changes in behaviour of links to countries, institutions, centres and degrees. (187288 lines) Version 15.40: Nov 17, 2015 Changes in statistics of number of users. Changes in listing of countries. (187275 lines) diff --git a/swad_country.c b/swad_country.c index 1cca5397a..19054ee78 100644 --- a/swad_country.c +++ b/swad_country.c @@ -220,9 +220,6 @@ static void Cty_Configuration (bool PrintView) /***** Links to show institutions and to print view *****/ fprintf (Gbl.F.Out,"
"); - /* Link to show institutions */ - Act_PutContextualLink (ActSeeIns,NULL,"ins",Txt_Institutions); - /* Link to print view */ Act_PutContextualLink (ActPrnCtyInf,NULL,"print",Txt_Print); diff --git a/swad_degree.c b/swad_degree.c index 9ad509b38..1735971f7 100644 --- a/swad_degree.c +++ b/swad_degree.c @@ -297,9 +297,6 @@ static void Deg_Configuration (bool PrintView) { fprintf (Gbl.F.Out,"
"); - /* Link to show courses */ - Act_PutContextualLink (ActSeeCrs,NULL,"crs",Txt_Courses); - /* Link to print view */ Act_PutContextualLink (ActPrnDegInf,NULL,"print",Txt_Print); diff --git a/swad_institution.c b/swad_institution.c index 7bcd79d51..8016cf475 100644 --- a/swad_institution.c +++ b/swad_institution.c @@ -158,7 +158,7 @@ void Ins_SeeInsWithPendingCtrs (void) /* Get data of institution */ Ins_GetDataOfInstitutionByCod (&Ins,Ins_GET_MINIMAL_DATA); - /* Institution logo and full name */ + /* Institution logo and name */ fprintf (Gbl.F.Out,"" "", BgColor); @@ -241,9 +241,6 @@ static void Ins_Configuration (bool PrintView) { fprintf (Gbl.F.Out,"
"); - /* Link to show centres */ - Act_PutContextualLink (ActSeeCtr,NULL,"ctr",Txt_Centres); - /* Link to print view */ Act_PutContextualLink (ActPrnInsInf,NULL,"print",Txt_Print);