Version 22.107.20:May 09, 2023 Changes in edition of countries.

This commit is contained in:
acanas 2023-05-09 08:56:23 +02:00
parent 0da61c63a9
commit 553445fcae
4 changed files with 95 additions and 110 deletions

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. 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.107.19 (2023-05-09)" #define Log_PLATFORM_VERSION "SWAD 22.107.20 (2023-05-09)"
#define CSS_FILE "swad22.107.17.css" #define CSS_FILE "swad22.107.17.css"
#define JS_FILE "swad22.49.js" #define JS_FILE "swad22.49.js"
/* /*
Version 22.107.20:May 09, 2023 Changes in edition of countries. (337842 lines)
Version 22.107.19:May 09, 2023 Changes in edition of institutions. (337858 lines) Version 22.107.19:May 09, 2023 Changes in edition of institutions. (337858 lines)
Version 22.107.18:May 09, 2023 Changes in edition of centers. (337871 lines) Version 22.107.18:May 09, 2023 Changes in edition of centers. (337871 lines)
Version 22.107.17:May 09, 2023 Changes in edition of buildings. (337884 lines) Version 22.107.17:May 09, 2023 Changes in edition of buildings. (337884 lines)

View File

@ -1401,19 +1401,22 @@ static void Cty_PutFormToCreateCountry (void)
{ {
extern const char *Lan_STR_LANG_ID[1 + Lan_NUM_LANGUAGES]; extern const char *Lan_STR_LANG_ID[1 + Lan_NUM_LANGUAGES];
extern const char *Par_CodeStr[]; extern const char *Par_CodeStr[];
extern const char *Txt_Actions[ActLst_NUM_ACTIONS];
extern const char *Txt_STR_LANG_NAME[1 + Lan_NUM_LANGUAGES]; extern const char *Txt_STR_LANG_NAME[1 + Lan_NUM_LANGUAGES];
extern const char *Txt_Create_country; extern const char *Txt_Create;
Lan_Language_t Lan; Lan_Language_t Lan;
char StrCtyCod[Cns_MAX_DECIMAL_DIGITS_LONG + 1]; char StrCtyCod[Cns_MAX_DECIMAL_DIGITS_LONG + 1];
char StrName[32]; char StrName[32];
/***** Begin fieldset *****/
HTM_FIELDSET_Begin (NULL);
HTM_LEGEND (Txt_Actions[ActNewCty]);
/***** Begin form *****/ /***** Begin form *****/
Frm_BeginForm (ActNewCty); Frm_BeginForm (ActNewCty);
/***** Begin box and table *****/ /***** Begin table *****/
Box_BoxTableBegin (NULL,NULL, HTM_TABLE_BeginWidePadding (2);
NULL,NULL,
NULL,Box_NOT_CLOSABLE,2);
/***** Write heading *****/ /***** Write heading *****/
Cty_PutHeadCountriesForEdition (); Cty_PutHeadCountriesForEdition ();
@ -1494,11 +1497,15 @@ static void Cty_PutFormToCreateCountry (void)
HTM_TR_End (); HTM_TR_End ();
} }
/***** End table, send button and end box *****/ /***** End table and send button *****/
Box_BoxTableWithButtonEnd (Btn_CREATE_BUTTON,Txt_Create_country); HTM_TABLE_End ();
Btn_PutButton (Btn_CREATE_BUTTON,Txt_Create);
/***** End form *****/ /***** End form *****/
Frm_EndForm (); Frm_EndForm ();
/***** End fieldset *****/
HTM_FIELDSET_End ();
} }
/*****************************************************************************/ /*****************************************************************************/

View File

@ -6618,29 +6618,6 @@ const char *Txt_Create_another_type_of_degree =
"Create another type of degree"; // Çeviri lazim! "Create another type of degree"; // Çeviri lazim!
#endif #endif
const char *Txt_Create_country =
#if L==1 // ca
"Crear país";
#elif L==2 // de
"Land eingeben";
#elif L==3 // en
"Create country";
#elif L==4 // es
"Crear país";
#elif L==5 // fr
"Créer pays";
#elif L==6 // gn
"Crear país"; // Okoteve traducción
#elif L==7 // it
"Crea paese";
#elif L==8 // pl
"Utwórz kraju";
#elif L==9 // pt
"Criar país";
#elif L==10 // tr
"Create country"; // Çeviri lazim!
#endif
const char *Txt_Create_course = const char *Txt_Create_course =
#if L==1 // ca #if L==1 // ca
"Crear assignatura"; "Crear assignatura";

View File

@ -1856,25 +1856,25 @@ const char *Txt_Actions[ActLst_NUM_ACTIONS] =
, ,
[ActNewCty] = [ActNewCty] =
#if L==1 // ca #if L==1 // ca
"Request creation of a country" // Necessita traducció "Crear país"
#elif L==2 // de #elif L==2 // de
"Request creation of a country" // Need Übersetzung "Land eingeben"
#elif L==3 // en #elif L==3 // en
"Request creation of a country" "Create country"
#elif L==4 // es #elif L==4 // es
"Solicitar creación de un país" "Crear país"
#elif L==5 // fr #elif L==5 // fr
"Request creation of a country" // Besoin de traduction "Créer pays"
#elif L==6 // gn #elif L==6 // gn
"Solicitar creación de un país" // Okoteve traducción "Crear país" // Okoteve traducción
#elif L==7 // it #elif L==7 // it
"Request creation of a country" // Bisogno di traduzione "Crea paese"
#elif L==8 // pl #elif L==8 // pl
"Request creation of a country" // Potrzebujesz tlumaczenie "Utwórz kraju"
#elif L==9 // pt #elif L==9 // pt
"Request creation of a country" // Precisa de tradução "Criar país"
#elif L==10 // tr #elif L==10 // tr
"Request creation of a country" // Çeviri lazim! "Create country" // Çeviri lazim!
#endif #endif
, ,
[ActRemCty] = [ActRemCty] =