Version 15.74.2

This commit is contained in:
Antonio Cañas Vargas 2015-12-26 13:27:42 +01:00
parent 8ab540f8b4
commit 2de2ba7a61
3 changed files with 3 additions and 17 deletions

View File

@ -38,7 +38,6 @@ input
select
{
font-size:12pt;
// vertical-align:middle;
}
textarea
{

View File

@ -117,12 +117,13 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.74.1 (2015-12-26)"
#define Log_PLATFORM_VERSION "SWAD 15.74.2 (2015-12-26)"
#define CSS_FILE "swad15.74.css"
// 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 15.74.2: Dec 26, 2015 Changes in list of countries. (187761 lines)
Version 15.74.1: Dec 26, 2015 Changes in layout of breadcrumb. (187775 lines)
Version 15.74: Dec 26, 2015 New layout of breadcrumb. (187750 lines)
Version 15.73.4: Dec 26, 2015 Code refactoring in breadcrumb. (187719 lines)

View File

@ -536,12 +536,6 @@ void Cty_ListCountries2 (void)
"<th class=\"RIGHT_MIDDLE\">"
"%s"
"</th>"
// "<th class=\"RIGHT_MIDDLE\">"
// "%s"
// "</th>"
// "<th class=\"RIGHT_MIDDLE\">"
// "%s"
// "</th>"
"<th class=\"RIGHT_MIDDLE\">"
"%s+<br />%s"
"</th>"
@ -565,7 +559,7 @@ void Cty_ListCountries2 (void)
"<td class=\"LEFT_MIDDLE %s\">",
BgColor);
Cty_DrawCountryMapAndNameWithLink (&Gbl.Ctys.Lst[NumCty],ActSeeIns,
"DAT_NOBR_N","COUNTRY_MAP_SMALL");
"DAT_N","COUNTRY_MAP_SMALL");
fprintf (Gbl.F.Out,"</td>");
/* Write stats of this country */
@ -624,12 +618,6 @@ void Cty_ListCountries2 (void)
"<td class=\"DAT RIGHT_MIDDLE\">"
"%u"
"</td>"
// "<td class=\"DAT RIGHT_MIDDLE\">"
// "%u"
// "</td>"
// "<td class=\"DAT RIGHT_MIDDLE\">"
// "%u"
// "</td>"
"<td class=\"DAT RIGHT_MIDDLE\">"
"%u"
"</td>"
@ -640,8 +628,6 @@ void Cty_ListCountries2 (void)
Ctr_GetNumCtrsInCty (0),
Deg_GetNumDegsInCty (0),
Crs_GetNumCrssInCty (0),
// Usr_GetNumUsrsInCrssOfCty (Rol_UNKNOWN,0),
// Usr_GetNumUsrsInCrssOfCty (Rol_STUDENT,0),
Usr_GetNumUsrsInCrssOfCty (Rol_TEACHER,0));
/***** Write users and institutions with unknown country *****/