From c63cc5e917a8e1f8571e021b0d8c3d9e1c9af4c3 Mon Sep 17 00:00:00 2001 From: acanas Date: Thu, 20 Apr 2023 18:22:24 +0200 Subject: [PATCH] Version 22.101.6: Apr 20, 2023 Changes in edition of program items. --- swad_changelog.h | 3 ++- swad_program.c | 3 +-- swad_text.c | 23 ----------------------- 3 files changed, 3 insertions(+), 26 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 33238d546..d33324047 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.5 (2023-04-20)" +#define Log_PLATFORM_VERSION "SWAD 22.101.6 (2023-04-20)" #define CSS_FILE "swad22.95.css" #define JS_FILE "swad22.49.js" /* + Version 22.101.6: Apr 20, 2023 Changes in edition of program items. (337370 lines) 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) diff --git a/swad_program.c b/swad_program.c index aa1ce03bf..852e99a81 100644 --- a/swad_program.c +++ b/swad_program.c @@ -1933,7 +1933,6 @@ void Prg_ReqCreateItem (void) static void Prg_ShowFormToCreateItem (long ParentItmCod) { extern const char *Hlp_COURSE_Program_new_item; - extern const char *Txt_Item; extern const char *Txt_Create_item; struct Prg_Item ParentItem; // Parent item struct Prg_Item Item; @@ -1961,7 +1960,7 @@ static void Prg_ShowFormToCreateItem (long ParentItmCod) ParCod_PutPar (ParCod_Itm,ParentItem.Hierarchy.ItmCod); /***** Begin box and table *****/ - Box_BoxTableBegin ("100%",Txt_Item, + Box_BoxTableBegin ("100%",NULL, NULL,NULL, Hlp_COURSE_Program_new_item,Box_NOT_CLOSABLE,2); diff --git a/swad_text.c b/swad_text.c index f343efef4..e1dc0f352 100644 --- a/swad_text.c +++ b/swad_text.c @@ -19270,29 +19270,6 @@ const char *Txt_It_is_optional_to_choose_a_group = "It is optional to choose a group"; // Çeviri lazim! #endif -const char *Txt_Item = -#if L==1 // ca - "Ítem"; -#elif L==2 // de - "Programmelement"; -#elif L==3 // en - "Item"; -#elif L==4 // es - "Ítem"; -#elif L==5 // fr - "Élément"; -#elif L==6 // gn - "Ítem"; // Okoteve traducción -#elif L==7 // it - "Elemento"; -#elif L==8 // pl - "Pozycja"; -#elif L==9 // pt - "Item"; -#elif L==10 // tr - "Item"; // Çeviri lazim! -#endif - const char *Txt_Item_X_removed = // Warning: it is very important to include %s in the following sentences #if L==1 // ca "Ítem %s eliminat.";