Version 22.107.16:May 07, 2023 Changes in edition of banners.

This commit is contained in:
acanas 2023-05-09 00:11:13 +02:00
parent b08a1a4f8f
commit 9337ab68f1
4 changed files with 73 additions and 88 deletions

View File

@ -789,15 +789,18 @@ void Ban_ContEditAfterChgBan (void)
static void Ban_PutFormToCreateBanner (const struct Ban_Banner *Ban)
{
extern const char *Txt_Create_banner;
extern const char *Txt_Actions[ActLst_NUM_ACTIONS];
extern const char *Txt_Create;
/***** Begin fieldset *****/
HTM_FIELDSET_Begin (NULL);
HTM_LEGEND (Txt_Actions[ActNewBan]);
/***** Begin form *****/
Frm_BeginForm (ActNewBan);
/***** Begin box and table *****/
Box_BoxTableBegin (NULL,NULL,
NULL,NULL,
NULL,Box_NOT_CLOSABLE,2);
/***** Begin table *****/
HTM_TABLE_BeginWidePadding (2);
/***** Write heading *****/
Ban_PutHeadBanners ();
@ -853,11 +856,15 @@ static void Ban_PutFormToCreateBanner (const struct Ban_Banner *Ban)
/* End table row */
HTM_TR_End ();
/***** End table, send button and end box *****/
Box_BoxTableWithButtonEnd (Btn_CREATE_BUTTON,Txt_Create_banner);
/***** End table and send button *****/
HTM_TABLE_End ();
Btn_PutButton (Btn_CREATE_BUTTON,Txt_Create);
/***** End form *****/
Frm_EndForm ();
/***** End fieldset *****/
HTM_FIELDSET_End ();
}
/*****************************************************************************/

View File

@ -633,6 +633,7 @@ TODO: Emilce Barrera Mesa: Mis estudiantes presentan muchas dificultades a la ho
#define CSS_FILE "swad22.107.css"
#define JS_FILE "swad22.49.js"
/*
Version 22.107.16:May 07, 2023 Changes in edition of banners. (337915 lines)
Version 22.107.15:May 07, 2023 Changes in edition of assignments. (337915 lines)
Version 22.107.14:May 07, 2023 Changes in edition of announcements. (337936 lines)
Version 22.107.13:May 07, 2023 Changes in edition of exam sessions. (337957 lines)

View File

@ -6618,29 +6618,6 @@ const char *Txt_Create_another_type_of_degree =
"Create another type of degree"; // Çeviri lazim!
#endif
const char *Txt_Create_banner =
#if L==1 // ca
"Crear banner";
#elif L==2 // de
"Werbebanner erstellen";
#elif L==3 // en
"Create banner";
#elif L==4 // es
"Crear banner";
#elif L==5 // fr
"Créer banniére";
#elif L==6 // gn
"Crear banner"; // Okoteve traducción
#elif L==7 // it
"Crea banner";
#elif L==8 // pl
"Utwórz banner";
#elif L==9 // pt
"Criar banner";
#elif L==10 // tr
"Create banner"; // Çeviri lazim!
#endif
const char *Txt_Create_building =
#if L==1 // ca
"Crear edifici";

View File

@ -1994,25 +1994,25 @@ const char *Txt_Actions[ActLst_NUM_ACTIONS] =
,
[ActNewBan] =
#if L==1 // ca
"Request creation of a banner" // Necessita traducció
"Crear banner"
#elif L==2 // de
"Request creation of a banner" // Need Übersetzung
"Werbebanner erstellen"
#elif L==3 // en
"Request creation of a banner"
"Create banner"
#elif L==4 // es
"Solicitar creaci&ocute;n de un banner"
"Crear banner"
#elif L==5 // fr
"Request creation of a banner" // Besoin de traduction
"Créer banniére"
#elif L==6 // gn
"Solicitar creaci&ocute;n de un banner" // Okoteve traducción
"Omoheñói pancarta"
#elif L==7 // it
"Request creation of a banner" // Bisogno di traduzione
"Crea banner"
#elif L==8 // pl
"Request creation of a banner" // Potrzebujesz tlumaczenie
"Utwórz banner"
#elif L==9 // pt
"Request creation of a banner" // Precisa de tradução
"Criar banner"
#elif L==10 // tr
"Request creation of a banner" // Çeviri lazim!
"Afiş oluştur"
#endif
,
[ActRemBan] =