From 66207fbbf9d81587aad56c09c67d5bdd08c231e2 Mon Sep 17 00:00:00 2001 From: acanas Date: Thu, 20 Apr 2023 11:30:34 +0200 Subject: [PATCH] Version 22.101.2: Apr 20, 2023 Changes in edition of places, holidays, links and banners. --- swad_banner.c | 6 ++---- swad_changelog.h | 4 ++-- swad_link.c | 3 +-- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/swad_banner.c b/swad_banner.c index 2c213413b..02cd1cf9b 100644 --- a/swad_banner.c +++ b/swad_banner.c @@ -788,17 +788,15 @@ void Ban_ContEditAfterChgBan (void) static void Ban_PutFormToCreateBanner (const struct Ban_Banner *Ban) { - extern const char *Hlp_SYSTEM_Banners_edit; - extern const char *Txt_Banner; extern const char *Txt_Create_banner; /***** Begin form *****/ Frm_BeginForm (ActNewBan); /***** Begin box and table *****/ - Box_BoxTableBegin (NULL,Txt_Banner, + Box_BoxTableBegin (NULL,NULL, NULL,NULL, - Hlp_SYSTEM_Banners_edit,Box_NOT_CLOSABLE,2); + NULL,Box_NOT_CLOSABLE,2); /***** Write heading *****/ Ban_PutHeadBanners (); diff --git a/swad_changelog.h b/swad_changelog.h index 219569d64..3ab3a33a7 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -629,11 +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.1 (2023-04-20)" +#define Log_PLATFORM_VERSION "SWAD 22.101.2 (2023-04-20)" #define CSS_FILE "swad22.95.css" #define JS_FILE "swad22.49.js" /* - Version 22.101.2: Apr 20, 2023 Changes in edition of places and holidays. (337345 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) Version 22.100.4: Apr 19, 2023 Removed buttons to create a new institution, new center, new degree and new course. (338756 lines) diff --git a/swad_link.c b/swad_link.c index be409d7fe..9b60b625b 100644 --- a/swad_link.c +++ b/swad_link.c @@ -671,14 +671,13 @@ void Lnk_ContEditAfterChgLnk (void) static void Lnk_PutFormToCreateLink (void) { - extern const char *Txt_Link; extern const char *Txt_Create_link; /***** Begin form *****/ Frm_BeginForm (ActNewLnk); /***** Begin box and table *****/ - Box_BoxTableBegin (NULL,Txt_Link, + Box_BoxTableBegin (NULL,NULL, NULL,NULL, NULL,Box_NOT_CLOSABLE,2);