diff --git a/swad_building.c b/swad_building.c index ed5066b22..884597294 100644 --- a/swad_building.c +++ b/swad_building.c @@ -680,14 +680,13 @@ void Bld_ContEditAfterChgBuilding (void) static void Bld_PutFormToCreateBuilding (void) { - extern const char *Txt_Building; extern const char *Txt_Create_building; /***** Begin form *****/ Frm_BeginForm (ActNewBld); /***** Begin box and table *****/ - Box_BoxTableBegin (NULL,Txt_Building, + Box_BoxTableBegin (NULL,NULL, NULL,NULL, NULL,Box_NOT_CLOSABLE,2); diff --git a/swad_changelog.h b/swad_changelog.h index ea669b4cd..33238d546 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -629,10 +629,11 @@ TODO: Emilce Barrera Mesa: Podr TODO: Emilce Barrera Mesa: Mis estudiantes presentan muchas dificultades a la hora de poner la foto porque la plataforma es muy exigente respecto al fondo de la imagen. */ -#define Log_PLATFORM_VERSION "SWAD 22.101.4 (2023-04-20)" +#define Log_PLATFORM_VERSION "SWAD 22.101.5 (2023-04-20)" #define CSS_FILE "swad22.95.css" #define JS_FILE "swad22.49.js" /* + Version 22.101.5: Apr 20, 2023 Changes in edition of buildings and rooms. (337392 lines) Version 22.101.4: Apr 20, 2023 Changes in edition of plugins. (337393 lines) 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) diff --git a/swad_room.c b/swad_room.c index 8ea101052..63c88ddea 100644 --- a/swad_room.c +++ b/swad_room.c @@ -1220,7 +1220,6 @@ void Roo_ContEditAfterChgRoom (void) static void Roo_PutFormToCreateRoom (const struct Bld_Buildings *Buildings) { - extern const char *Txt_Room; extern const char *Txt_Create_room; char StrCapacity[Cns_MAX_DECIMAL_DIGITS_UINT + 1]; char MACstr[MAC_LENGTH_MAC_ADDRESS + 1]; // MAC address in xx:xx:xx:xx:xx:xx format @@ -1229,7 +1228,7 @@ static void Roo_PutFormToCreateRoom (const struct Bld_Buildings *Buildings) Frm_BeginForm (ActNewRoo); /***** Begin box and table *****/ - Box_BoxTableBegin (NULL,Txt_Room, + Box_BoxTableBegin (NULL,NULL, NULL,NULL, NULL,Box_NOT_CLOSABLE,2);