Version 22.107.31:May 09, 2023 Changes in edition of record fields.

This commit is contained in:
acanas 2023-05-09 18:42:01 +02:00
parent 359e61ffc2
commit 583f12b094
4 changed files with 69 additions and 108 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.
*/
#define Log_PLATFORM_VERSION "SWAD 22.107.30 (2023-05-09)"
#define Log_PLATFORM_VERSION "SWAD 22.107.31 (2023-05-09)"
#define CSS_FILE "swad22.107.17.css"
#define JS_FILE "swad22.49.js"
/*
Version 22.107.31:May 09, 2023 Changes in edition of record fields. (? lines)
Version 22.107.30:May 09, 2023 Changes in edition of plugins. (337694 lines)
Version 22.107.29:May 09, 2023 Changes in edition of places. (337713 lines)
Version 22.107.28:May 09, 2023 Changes in edition of notices. (337707 lines)

View File

@ -352,20 +352,22 @@ static void Rec_ListFieldsRecordsForEdition (void)
void Rec_ShowFormCreateRecordField (void)
{
extern const char *Hlp_USERS_Students_course_record_card;
extern const char *Txt_Record_field;
extern const char *Txt_Actions[ActLst_NUM_ACTIONS];
extern const char *Txt_RECORD_FIELD_VISIBILITY_MENU[Rec_NUM_TYPES_VISIBILITY];
extern const char *Txt_Create_record_field;
extern const char *Txt_Create;
Rec_VisibilityRecordFields_t Vis;
unsigned VisUnsigned;
char StrNumLines[Cns_MAX_DECIMAL_DIGITS_UINT + 1];
/***** Begin fieldset *****/
HTM_FIELDSET_Begin (NULL);
HTM_LEGEND (Txt_Actions[ActNewFie]);
/***** Begin form *****/
Frm_BeginForm (ActNewFie);
/***** Begin box and table *****/
Box_BoxTableBegin (NULL,Txt_Record_field,
NULL,NULL,
Hlp_USERS_Students_course_record_card,Box_NOT_CLOSABLE,2);
/***** Begin table *****/
HTM_TABLE_BeginWidePadding (2);
/***** Write heading *****/
Rec_WriteHeadingRecordFields ();
@ -417,11 +419,15 @@ void Rec_ShowFormCreateRecordField (void)
HTM_TR_End ();
/***** End table, send button and end box *****/
Box_BoxTableWithButtonEnd (Btn_CREATE_BUTTON,Txt_Create_record_field);
/***** 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

@ -6848,29 +6848,6 @@ const char *Txt_Create_question =
"Create question"; // Çeviri lazim!
#endif
const char *Txt_Create_record_field =
#if L==1 // ca
"Crear camp de fitxa";
#elif L==2 // de
"Datenfeld erstellen";
#elif L==3 // en
"Create record field";
#elif L==4 // es
"Crear campo de ficha";
#elif L==5 // fr
"Créer champ de carte";
#elif L==6 // gn
"Crear campo de ficha"; // Okoteve traducción
#elif L==7 // it
"Crea campo di scheda";
#elif L==8 // pl
"Utwórz rekord pola";
#elif L==9 // pt
"Criar campo de cartão";
#elif L==10 // tr
"Create record field"; // Çeviri lazim!
#endif
const char *Txt_Create_room =
#if L==1 // ca
"Crear sala";
@ -33081,29 +33058,6 @@ const char *Txt_record_cards_per_page =
"record cards per page"; // Çeviri lazim!
#endif
const char *Txt_Record_field =
#if L==1 // ca
"Camp de fitxa";
#elif L==2 // de
"Datenfeld";
#elif L==3 // en
"Record field";
#elif L==4 // es
"Campo de ficha";
#elif L==5 // fr
"Champ de carte";
#elif L==6 // gn
"Campo de ficha"; // Okoteve traducción
#elif L==7 // it
"Campo di scheda";
#elif L==8 // pl
"Rekord pola";
#elif L==9 // pt
"Campo de cartão";
#elif L==10 // tr
"Kayıt alanı";
#endif
const char *Txt_Record_field_X_removed = // Warning: it is very important to include %s in the following sentences
#if L==1 // ca
"Camp de fitxa <strong>%s</strong> eliminat.";

View File

@ -25640,23 +25640,23 @@ const char *Txt_Actions[ActLst_NUM_ACTIONS] =
,
[ActNewFie] =
#if L==1 // ca
"Create record field" // Necessita traducció
"Crear camp de fitxa"
#elif L==2 // de
"Create record field" // Need Übersetzung
"Datenfeld erstellen"
#elif L==3 // en
"Create record field"
#elif L==4 // es
"Crear campo de ficha"
#elif L==5 // fr
"Create record field" // Besoin de traduction
"Cr&eacute;er champ de carte"
#elif L==6 // gn
"Crear campo de ficha" // Okoteve traducción
#elif L==7 // it
"Create record field" // Bisogno di traduzione
"Crea campo di scheda"
#elif L==8 // pl
"Create record field" // Potrzebujesz tlumaczenie
"Utw&oacute;rz rekord pola"
#elif L==9 // pt
"Create record field" // Precisa de traduçăo
"Criar campo de cart&atilde;o"
#elif L==10 // tr
"Create record field" // Çeviri lazim!
#endif