Version 23.52.4: Dec 13, 2023 Responsive design in hierarchy configuration and connected users.

This commit is contained in:
acanas 2023-12-13 09:54:05 +01:00
parent f4986a4ac6
commit 1b3d7edc3a
4 changed files with 14 additions and 18 deletions

View File

@ -1458,19 +1458,19 @@ a:hover /* Default ==> underlined */
@media only screen and (max-width: 590px)
{ /* For mobile-phones (maximum width visible on Moto G4 vertical) */
.HIE_CFG_WIDTH {width:280px;}
.HIE_CFG_WIDTH {width:260px;}
.COUNTRY_MAP_SHOW, .COUNTRY_MAP_PRINT
{
box-sizing:border-box;
width:260px;
height:260px;
width:240px;
height:240px;
margin:10px;
}
.CENTER_PHOTO_WIDTH {width:260px;}
.CENTER_PHOTO_WIDTH {width:240px;}
#AttributionArea
{
box-sizing:border-box;
width:260px;
width:240px;
}
}
@media only screen and (min-width: 590px)

View File

@ -633,10 +633,11 @@ Me sale este error, no s
"can npt create received message (duplicated entry '243218-2160773' for key 'UsrCod_MsgCod')
*/
#define Log_PLATFORM_VERSION "SWAD 23.52.3 (2023-12-08)"
#define CSS_FILE "swad23.52.2.css"
#define Log_PLATFORM_VERSION "SWAD 23.52.4 (2023-12-13)"
#define CSS_FILE "swad23.52.4.css"
#define JS_FILE "swad23.52.js"
/*
Version 23.52.4: Dec 13, 2023 Responsive design in hierarchy configuration and connected users. (335821 lines)
Version 23.52.3: Dec 08, 2023 Responsive design in figures. (335825 lines)
Version 23.52.2: Dec 07, 2023 Responsive design in account. (335811 lines)
Version 23.52.1: Dec 07, 2023 Responsive design in account. (335808 lines)

View File

@ -89,7 +89,6 @@ void Con_ShowConnectedUsrs (void)
extern const char *Txt_Connected_users;
extern const char *Txt_Sessions;
extern const char *Txt_Connected_PLURAL;
char *Title;
/***** Contextual menu *****/
if (Gbl.Usrs.Me.Logged)
@ -104,18 +103,14 @@ void Con_ShowConnectedUsrs (void)
Sco_GetScope ("ScopeCon",Hie_CRS);
/***** Begin box *****/
/* Current time */
if (asprintf (&Title,"%s"
"<div id=\"connected_current_time\">"
"</div>",
Txt_Connected_users) < 0)
Err_NotEnoughMemoryExit ();
Box_BoxBegin (NULL,Title,
Box_BoxBegin (NULL,Txt_Connected_users,
Con_PutIconToUpdateConnected,NULL,
Hlp_USERS_Connected,Box_NOT_CLOSABLE);
free (Title);
/***** Current time *****/
HTM_DIV_Begin ("id=\"connected_current_time\" class=\"CON_%s\"",
The_GetSuffix ());
HTM_DIV_End ();
Dat_WriteLocalDateHMSFromUTC ("connected_current_time",Dat_GetStartExecutionTimeUTC (),
Gbl.Prefs.DateFormat,Dat_SEPARATOR_COMMA,
false,false,true,0x7);

View File

@ -5703,7 +5703,7 @@ const char *Txt_Connected_users =
#elif L==5 // fr
"Utilisateurs connect&eacute;s";
#elif L==6 // gn
"Usuarios conectados"; // Okoteve traducción
"Umi oipor&uacute;va en l&iacute;nea";
#elif L==7 // it
"Utenti connessi";
#elif L==8 // pl
@ -5711,7 +5711,7 @@ const char *Txt_Connected_users =
#elif L==9 // pt
"Utilizadores conectados";
#elif L==10 // tr
"Connected users"; // Çeviri lazim!
"Ba&gbreve;l&inodot; kullan&inodot;c&inodot;lar";
#endif
const char *Txt_Continue =