Version 22.101.5: Apr 20, 2023 Changes in edition of buildings and rooms.

This commit is contained in:
acanas 2023-04-20 18:01:48 +02:00
parent dc57c80734
commit 491fd37217
3 changed files with 4 additions and 5 deletions

View File

@ -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);

View File

@ -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)

View File

@ -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);