diff --git a/swad_center.c b/swad_center.c index 6d7883b28..f60b33ac0 100644 --- a/swad_center.c +++ b/swad_center.c @@ -1249,7 +1249,6 @@ static void Ctr_ShowAlertAndButtonToGoToCtr (void) static void Ctr_PutFormToCreateCenter (const struct Plc_Places *Places) { - extern const char *Txt_Center; extern const char *Txt_Another_place; extern const char *Txt_Create_center; unsigned NumPlc; @@ -1264,7 +1263,7 @@ static void Ctr_PutFormToCreateCenter (const struct Plc_Places *Places) Err_NoPermissionExit (); /***** Begin box and table *****/ - Box_BoxTableBegin (NULL,Txt_Center, + Box_BoxTableBegin (NULL,NULL, NULL,NULL, NULL,Box_NOT_CLOSABLE,2); diff --git a/swad_changelog.h b/swad_changelog.h index 3ab3a33a7..95d1b4d16 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -633,6 +633,7 @@ TODO: Emilce Barrera Mesa: Mis estudiantes presentan muchas dificultades a la ho #define CSS_FILE "swad22.95.css" #define JS_FILE "swad22.49.js" /* + Version 22.101.3: Apr 20, 2023 Changes in edition of countries, institutions, centers, degrees and courses. (337338 lines) Version 22.101.2: Apr 20, 2023 Changes in edition of places, holidays, links and banners. (337342 lines) Version 22.101.1: Apr 20, 2023 Changes in edition of holidays. (337338 lines) Version 22.101: Apr 20, 2023 Removed buttons to create new elements: a new place, new holiday, new link, new banner, new plugin, new building, new room, new program item, new assignment, new project, new call for exam, new question, new exam, new set of questions, new exam session, new game, new match, new rubric, new criterion, new group, new type of group, new attendance event, new record field, new announcement, new notice, new message, new forum thread, new forum post, new survey, new survey question, new agenda event, new email domain. (337332 lines) diff --git a/swad_country.c b/swad_country.c index 375b1bb99..f2293b42d 100644 --- a/swad_country.c +++ b/swad_country.c @@ -1412,7 +1412,6 @@ static void Cty_PutFormToCreateCountry (void) { extern const char *Lan_STR_LANG_ID[1 + Lan_NUM_LANGUAGES]; extern const char *Par_CodeStr[]; - extern const char *Txt_Country; extern const char *Txt_STR_LANG_NAME[1 + Lan_NUM_LANGUAGES]; extern const char *Txt_Create_country; Lan_Language_t Lan; @@ -1423,7 +1422,7 @@ static void Cty_PutFormToCreateCountry (void) Frm_BeginForm (ActNewCty); /***** Begin box and table *****/ - Box_BoxTableBegin (NULL,Txt_Country, + Box_BoxTableBegin (NULL,NULL, NULL,NULL, NULL,Box_NOT_CLOSABLE,2); diff --git a/swad_course.c b/swad_course.c index 7a82a9549..94d167a93 100644 --- a/swad_course.c +++ b/swad_course.c @@ -1291,7 +1291,6 @@ static bool Crs_CheckIfICanEdit (struct Crs_Course *Crs) static void Crs_PutFormToCreateCourse (void) { - extern const char *Txt_Course; extern const char *Txt_YEAR_OF_DEGREE[1 + Deg_MAX_YEARS_PER_DEGREE]; extern const char *Txt_Create_course; unsigned Year; @@ -1305,7 +1304,7 @@ static void Crs_PutFormToCreateCourse (void) Err_NoPermissionExit (); /***** Begin box and table *****/ - Box_BoxTableBegin (NULL,Txt_Course, + Box_BoxTableBegin (NULL,NULL, NULL,NULL, NULL,Box_NOT_CLOSABLE,2); diff --git a/swad_degree.c b/swad_degree.c index aafa3771b..2c7909b5b 100644 --- a/swad_degree.c +++ b/swad_degree.c @@ -513,7 +513,6 @@ static bool Deg_CheckIfICanEditADegree (struct Deg_Degree *Deg) static void Deg_PutFormToCreateDegree (const struct DegTyp_DegTypes *DegTypes) { - extern const char *Txt_Degree; extern const char *Txt_Create_degree; unsigned NumDegTyp; struct DegTyp_DegreeType *DegTypInLst; @@ -527,7 +526,7 @@ static void Deg_PutFormToCreateDegree (const struct DegTyp_DegTypes *DegTypes) Err_NoPermissionExit (); /***** Begin box and table *****/ - Box_BoxTableBegin (NULL,Txt_Degree, + Box_BoxTableBegin (NULL,NULL, NULL,NULL, NULL,Box_NOT_CLOSABLE,2); diff --git a/swad_institution.c b/swad_institution.c index 9514949dc..0eebef629 100644 --- a/swad_institution.c +++ b/swad_institution.c @@ -1376,7 +1376,6 @@ static void Ins_ShowAlertAndButtonToGoToIns (void) static void Ins_PutFormToCreateInstitution (void) { - extern const char *Txt_Institution; extern const char *Txt_Create_institution; /***** Begin form *****/ @@ -1388,7 +1387,7 @@ static void Ins_PutFormToCreateInstitution (void) Err_NoPermissionExit (); /***** Begin box and table *****/ - Box_BoxTableBegin (NULL,Txt_Institution, + Box_BoxTableBegin (NULL,NULL, NULL,NULL, NULL,Box_NOT_CLOSABLE,2);