Version 14.127.6

This commit is contained in:
Antonio Cañas Vargas 2015-09-07 21:00:00 +02:00
parent d8fa652e88
commit 81d1dcafeb
6 changed files with 10 additions and 9 deletions

View File

@ -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 ********************/

View File

@ -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 **************************/

View File

@ -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)

View File

@ -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

View File

@ -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]);

View File

@ -99,7 +99,7 @@ void Ind_ReqIndicatorsCourses (void)
/* Start form */
Act_FormStart (ActReqStaCrs);
fprintf (Gbl.F.Out,"<table class=\"CELLS_PAD_2\">"
fprintf (Gbl.F.Out,"<table class=\"CELLS_PAD_2\" style=\"margin:0 auto;\">"
"<tr>"
"<td class=\"%s RIGHT_MIDDLE\">"
"%s:"