From 4e0da791d73c38f8c9021f3484fe05b575af9946 Mon Sep 17 00:00:00 2001 From: acanas Date: Wed, 24 Jan 2024 17:13:53 +0100 Subject: [PATCH] Version 23.59.1: Jan 24, 2024 Responsive design in surveys. --- swad_statistic.c | 12 ++++++------ swad_text.c | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/swad_statistic.c b/swad_statistic.c index 429257abe..388ee40fb 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -501,10 +501,10 @@ static void Sta_PutFormGblHits (struct Sta_Stats *Stats) HTM_TR_Begin (NULL); /* Label */ - Frm_LabelColumn ("RT","Role",Txt_Users); + Frm_LabelColumn ("REC_C1_BOT RT","Role",Txt_Users); /* Data */ - HTM_TD_Begin ("class=\"LT\""); + HTM_TD_Begin ("class=\"REC_C1_BOT LT\""); HTM_SELECT_Begin (HTM_DONT_SUBMIT_ON_CHANGE,NULL, "id=\"Role\" name=\"Role\"" " class=\"STAT_SEL INPUT_%s\"", @@ -532,10 +532,10 @@ static void Sta_PutFormGblHits (struct Sta_Stats *Stats) HTM_TR_Begin (NULL); /* Label */ - Frm_LabelColumn ("RT","ScopeSta",Txt_Scope); + Frm_LabelColumn ("REC_C1_BOT RT","ScopeSta",Txt_Scope); /* Data */ - HTM_TD_Begin ("class=\"LT\""); + HTM_TD_Begin ("class=\"REC_C1_BOT LT\""); Gbl.Scope.Allowed = 1 << Hie_SYS | 1 << Hie_CTY | 1 << Hie_INS | @@ -552,10 +552,10 @@ static void Sta_PutFormGblHits (struct Sta_Stats *Stats) HTM_TR_Begin (NULL); /* Label */ - Frm_LabelColumn ("RT","CountType",Txt_Show); + Frm_LabelColumn ("REC_C1_BOT RT","CountType",Txt_Show); /* Data */ - HTM_TD_Begin ("class=\"LT\""); + HTM_TD_Begin ("class=\"REC_C1_BOT LT\""); Sta_WriteSelectorCountType (Stats); /***** Type of statistic *****/ diff --git a/swad_text.c b/swad_text.c index d2d655ed4..f5d224c8c 100644 --- a/swad_text.c +++ b/swad_text.c @@ -44948,7 +44948,7 @@ const char *Txt_Statistic = const char *Txt_Statistics_of_all_visits = #if L==1 // ca - "Estadística de todos los accesos"; // Necessita traducció + "Estadística de tots els accessos"; #elif L==2 // de "Statistik aller Besuche"; #elif L==3 // en @@ -44958,7 +44958,7 @@ const char *Txt_Statistics_of_all_visits = #elif L==5 // fr "Statistiques de toutes les visites"; #elif L==6 // gn - "Estadística de todos los accesos"; // Okoteve traducción + "Estadística opaite jeike rehegua"; #elif L==7 // it "Statistiche di tutte gli accessi"; #elif L==8 // pl @@ -44966,7 +44966,7 @@ const char *Txt_Statistics_of_all_visits = #elif L==9 // pt "Estatísticas de todas as visitas"; #elif L==10 // tr - "Statistics of all visits"; // Çeviri lazim! + "Tüm ziyaretlerin istatistikleri"; #endif const char *Txt_Statistics_of_visits_to_the_course_X = // Warning: it is very important to include %s in the following sentences