From 81d1dcafeb3dd8e399b3c9a4a9486f14beb4bc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 7 Sep 2015 21:00:00 +0200 Subject: [PATCH] Version 14.127.6 --- css/swad_desktop.css | 2 +- css/swad_mobile.css | 2 +- swad_changelog.h | 3 ++- swad_config.h | 2 +- swad_connected.c | 8 ++++---- swad_indicator.c | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/css/swad_desktop.css b/css/swad_desktop.css index 994e9f5ee..282e3f639 100644 --- a/css/swad_desktop.css +++ b/css/swad_desktop.css @@ -65,7 +65,7 @@ hr.YELLOW_SEPARA {height:0; border-top:0; border-bottom:#BD4815 dotted 1px;} { margin-right:8px; text-align:left; - vertical-align:top; + vertical-align:top !important; } /****************** Title of current action in main block ********************/ diff --git a/css/swad_mobile.css b/css/swad_mobile.css index 625f1b9eb..048250e95 100644 --- a/css/swad_mobile.css +++ b/css/swad_mobile.css @@ -60,7 +60,7 @@ form {margin:0; display:inline;} { margin-right:8px; text-align:left; - vertical-align:top; + vertical-align:top !important; } /************************* Users connected globally **************************/ diff --git a/swad_changelog.h b/swad_changelog.h index 3cf4fbdd3..2cd4d6bcb 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.127.5 (2015/09/06)" +#define Log_PLATFORM_VERSION "SWAD 14.127.6 (2015/09/07)" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* + Version 14.127.6: Sep 06, 2015 Fixed some bugs in layout. (184253 lines) Version 14.127.5: Sep 06, 2015 Changes in styles. (184252 lines) Version 14.127.4: Sep 06, 2015 Changes in styles. (184245 lines) Version 14.127.3: Sep 06, 2015 Changes in styles. (184219 lines) diff --git a/swad_config.h b/swad_config.h index 1b028605a..7c4fe221f 100644 --- a/swad_config.h +++ b/swad_config.h @@ -112,7 +112,7 @@ #define Cfg_AUTOMATIC_EMAIL_SMTP_PORT "465" // SMTP port for sending automatic e-mails #define Cfg_AUTOMATIC_EMAIL_FROM "acanas@openswad.org" // E-mail address from where automatic e-mails will be sent #define Cfg_DATABASE_HOST "localhost" // Database host -#define Cfg_DEFAULT_LANGUAGE_FOR_NEW_USERS Txt_LANGUAGE_EN // Default language for new users +#define Cfg_DEFAULT_LANGUAGE_FOR_NEW_USERS Txt_LANGUAGE_ES // Default language for new users #define Cfg_LOG_START_YEAR 2012 // Year when the log started in the database // Footer of page with info about the institution where this platform is installed diff --git a/swad_connected.c b/swad_connected.c index 7d0f5f0fa..b05285df5 100644 --- a/swad_connected.c +++ b/swad_connected.c @@ -217,10 +217,10 @@ void Con_GetAndShowLastClicks (void) /* Use a special color for this row depending on the action */ ClassRow = (Act_Actions[Act_FromActCodToAction[ActCod]].BrowserWindow == Act_DOWNLD_FILE) ? "DAT_SMALL_YELLOW" : (ActCod == Act_Actions[ActAutUsrInt].ActCod || - ActCod == Act_Actions[ActAutUsrExt].ActCod) ? "DAT_SMALL_GREEN" : - (ActCod == Act_Actions[ActLogOut].ActCod ) ? "DAT_SMALL_RED" : - (ActCod == Act_Actions[ActWebSvc].ActCod ) ? "DAT_SMALL_BLUE" : - "DAT_SMALL_GREY"; + ActCod == Act_Actions[ActAutUsrExt].ActCod) ? "DAT_SMALL_GREEN LEFT_MIDDLE" : + (ActCod == Act_Actions[ActLogOut].ActCod ) ? "DAT_SMALL_RED LEFT_MIDDLE" : + (ActCod == Act_Actions[ActWebSvc].ActCod ) ? "DAT_SMALL_BLUE LEFT_MIDDLE" : + "DAT_SMALL_GREY LEFT_MIDDLE"; /* Get degree code (row[4]) */ Deg.DegCod = Str_ConvertStrCodToLongCod (row[4]); diff --git a/swad_indicator.c b/swad_indicator.c index 2db0e8359..f79d7ff98 100644 --- a/swad_indicator.c +++ b/swad_indicator.c @@ -99,7 +99,7 @@ void Ind_ReqIndicatorsCourses (void) /* Start form */ Act_FormStart (ActReqStaCrs); - fprintf (Gbl.F.Out,"" + fprintf (Gbl.F.Out,"
" "" "
" "%s:"