Version 21.103.6: Jul 01, 2022 Fixed issues in matches.

This commit is contained in:
acanas 2022-07-01 13:35:04 +02:00
parent fcd431ab40
commit 9bfd537d5f
4 changed files with 27 additions and 16 deletions

View File

@ -3591,7 +3591,7 @@ table.CELLS_PAD_10 > tbody > tr > td {padding:10px;}
.MCH_LIMEGREEN {color:#636e00;}
.MCH_GREEN {color:#246600;}
.MCH_TCH_STEM
.MCH_TCH_STEM_WHITE
{
color:#202020;
font-size:24pt;

View File

@ -606,10 +606,11 @@ TODO: Fix bug: error al enviar un mensaje a dos recipientes, error on duplicate
TODO: Attach pdf files in multimedia.
*/
#define Log_PLATFORM_VERSION "SWAD 21.103.5 (2022-06-30)"
#define CSS_FILE "swad21.100.css"
#define Log_PLATFORM_VERSION "SWAD 21.103.6 (2022-07-01)"
#define CSS_FILE "swad21.103.6.css"
#define JS_FILE "swad21.100.js"
/*
Version 21.103.6: Jul 01, 2022 Fixed issues in matches. (327737 lines)
Version 21.103.5: Jun 30, 2022 Code refactoring in icons. (327727 lines)
Version 21.103.4: Jun 30, 2022 Code refactoring in icons. (327968 lines)
Version 21.103.3: Jun 30, 2022 Code refactoring in icons. (328131 lines)

View File

@ -146,6 +146,18 @@ void Lay_WriteStartOfPage (void)
Gbl.Layout.WritingHTMLStart = true;
/***** Get browser tab associated to current action *****/
BrowserTab = Act_GetBrowserTab (Gbl.Action.Act);
switch (BrowserTab)
{
case Act_BRW_NEW_TAB:
case Act_BRW_2ND_TAB:
Gbl.Prefs.Theme = The_THEME_WHITE; // In a new tab, use white background
break;
default:
break;
}
/***** Write header to standard output to avoid timeout *****/
// Two \r\n are necessary
fprintf (stdout,"Content-type: text/html; charset=windows-1252\r\n\r\n"
@ -259,7 +271,6 @@ void Lay_WriteStartOfPage (void)
HTM_Txt ("</head>\n");
/***** HTML body *****/
BrowserTab = Act_GetBrowserTab (Gbl.Action.Act);
switch (BrowserTab)
{
case Act_BRW_1ST_TAB:
@ -292,7 +303,6 @@ void Lay_WriteStartOfPage (void)
break;
}
HTM_Txt (">\n");
Gbl.Prefs.Theme = The_THEME_WHITE; // In a new tab, use white background
Gbl.Layout.WritingHTMLStart = false;
Gbl.Layout.HTMLStartWritten =
Gbl.Layout.DivsEndWritten = true;

View File

@ -533,7 +533,7 @@ const char *Txt_Absent =
#elif L==9 // pt
"Assente";
#elif L==10 // tr
"Absent"; // Çeviri lazim!
"Devams&inodot;z";
#endif
const char *Txt_Absents =
@ -556,7 +556,7 @@ const char *Txt_Absents =
#elif L==9 // pt
"Assentes";
#elif L==10 // tr
"Absents"; // Çeviri lazim!
"Devams&inodot;z";
#endif
const char *Txt_Accept_third_party_cookies_to_view_multimedia_content_from_other_websites =
@ -1079,7 +1079,7 @@ const char *Txt_Add_questions =
#elif L==9 // pt
"Adicionar perguntas";
#elif L==10 // tr
"Add questions"; // Çeviri lazim!
"Soru ekle";
#endif
const char *Txt_Add_this_ID =
@ -1102,7 +1102,7 @@ const char *Txt_Add_this_ID =
#elif L==9 // pt
"Adicionar este n&ordm; identif.";
#elif L==10 // tr
"Add this ID"; // Çeviri lazim!
"Bu kimli&gbreve;i ekle";
#endif
const char *Txt_Add_USERS = // Warning: it is very important to include %s in the following sentences
@ -1125,7 +1125,7 @@ const char *Txt_Add_USERS = // Warning: it is very important to include %s in th
#elif L==9 // pt
"Adicionar %s";
#elif L==10 // tr
"Add %s"; // Çeviri lazim!
"%s ekle";
#endif
const char *Txt_Administer_me =
@ -1148,7 +1148,7 @@ const char *Txt_Administer_me =
#elif L==9 // pt
"Gerenciar me";
#elif L==10 // tr
"Administer me"; // Çeviri lazim!
"Beni y&ouml;net";
#endif
const char *Txt_Administer_multiple_students =
@ -1314,7 +1314,7 @@ const char *Txt_AGENDA_PRIVAT_PUBLIC_EVENTS[2] =
#elif L==9 // pt
"Eventos privados"
#elif L==10 // tr
"Private events" // Çeviri lazim!
"&Ouml;zel etkinlikler"
#endif
,
// Agd_PUBLIC_EVENTS
@ -1337,7 +1337,7 @@ const char *Txt_AGENDA_PRIVAT_PUBLIC_EVENTS[2] =
#elif L==9 // pt
"Eventos p&uacute;blicos"
#elif L==10 // tr
"Public events" // Çeviri lazim!
"Halka a&ccedil;&inodot;k etkinlikler"
#endif
};
@ -1363,7 +1363,7 @@ const char *Txt_AGENDA_HIDDEN_VISIBL_EVENTS[2] =
#elif L==9 // pt
"Eventos ocultos"
#elif L==10 // tr
"Hidden events" // Çeviri lazim!
"Gizli etkinlikler"
#endif
,
// Agd_VISIBL_EVENTS
@ -1386,7 +1386,7 @@ const char *Txt_AGENDA_HIDDEN_VISIBL_EVENTS[2] =
#elif L==9 // pt
"Eventos vis&iacute;veis"
#elif L==10 // tr
"Visible events" // Çeviri lazim!
"G&ouml;r&uuml;n&uuml;r etkinlikler"
#endif
};
@ -1410,7 +1410,7 @@ const char *Txt_all =
#elif L==9 // pt
"tudo";
#elif L==10 // tr
"all"; // Çeviri lazim!
"t&uuml;m";
#endif
const char *Txt_all_degrees =