diff --git a/css/swad21.100.css b/css/swad21.103.6.css similarity index 99% rename from css/swad21.100.css rename to css/swad21.103.6.css index 3d104ca58..e61b9e67e 100644 --- a/css/swad21.100.css +++ b/css/swad21.103.6.css @@ -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; diff --git a/swad_changelog.h b/swad_changelog.h index 9a9065d8d..8f16440d9 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -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) diff --git a/swad_layout.c b/swad_layout.c index cef6593b0..8bbd4b327 100644 --- a/swad_layout.c +++ b/swad_layout.c @@ -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 ("\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; diff --git a/swad_text.c b/swad_text.c index 152461de8..14671bba1 100644 --- a/swad_text.c +++ b/swad_text.c @@ -533,7 +533,7 @@ const char *Txt_Absent = #elif L==9 // pt "Assente"; #elif L==10 // tr - "Absent"; // Çeviri lazim! + "Devamsı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ı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º identif."; #elif L==10 // tr - "Add this ID"; // Çeviri lazim! + "Bu kimliğ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ö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! + "Özel etkinlikler" #endif , // Agd_PUBLIC_EVENTS @@ -1337,7 +1337,7 @@ const char *Txt_AGENDA_PRIVAT_PUBLIC_EVENTS[2] = #elif L==9 // pt "Eventos públicos" #elif L==10 // tr - "Public events" // Çeviri lazim! + "Halka açı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íveis" #elif L==10 // tr - "Visible events" // Çeviri lazim! + "Görünür etkinlikler" #endif }; @@ -1410,7 +1410,7 @@ const char *Txt_all = #elif L==9 // pt "tudo"; #elif L==10 // tr - "all"; // Çeviri lazim! + "tüm"; #endif const char *Txt_all_degrees =