Version 15.56.5

This commit is contained in:
Antonio Cañas Vargas 2015-12-05 12:43:52 +01:00
parent 31260b2c20
commit c5a03966be
2 changed files with 10 additions and 11 deletions

View File

@ -110,20 +110,19 @@
// TODO: Edition of courses: Rename "Optativas/libre conf." to "Optativas varios cursos"
// TODO: Edition of courses: Rename "Curso" to "Año / semestre / cuatrimestre"
// TODO: Listing of courses: Put "Optativas" year at the end
// TODO: Go to degree in table of degrees (statistic)
// TODO: Heading in Chrome!!!
// TODO: Fix this bug: when an admin clicks on "Use this email" in the email of another user the email was confirmed, the email becomes unconfirmed
/*****************************************************************************/
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.56.4 (2015/12/05)"
#define Log_PLATFORM_VERSION "SWAD 15.56.5 (2015/12/05)"
#define CSS_FILE "swad15.56.1.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.56.5: Dec 05, 2015 Go to degree in table of degrees (statistic). (186843 lines)
Version 15.56.4: Dec 05, 2015 Changed icons in forums and chat. (186844 lines)
Version 15.56.3: Dec 05, 2015 Changed icons in statistics about forums. (186843 lines)
Version 15.56.2: Dec 05, 2015 Fixed bug in statistics about OERs. (186842 lines)

View File

@ -2053,14 +2053,14 @@ static void Pho_ShowOrPrintListDegrees (Pho_AvgPhotoSeeOrPrint_t SeeOrPrint)
fprintf (Gbl.F.Out,"<td class=\"DAT LEFT_MIDDLE COLOR%u\">",
Gbl.RowEvenOdd);
if (SeeOrPrint == Pho_DEGREES_SEE)
fprintf (Gbl.F.Out,"<a href=\"%s\" title=\"%s\" class=\"DAT\" target=\"_blank\">",
Deg.WWW,Deg.FullName);
Log_DrawLogo (Sco_SCOPE_DEG,Deg.DegCod,Deg.ShortName,
16,"CENTER_TOP",true);
fprintf (Gbl.F.Out,"&nbsp;%s&nbsp;",
Deg.ShortName);
if (SeeOrPrint == Pho_DEGREES_SEE)
fprintf (Gbl.F.Out,"</a>");
Deg_DrawDegreeLogoAndNameWithLink (&Deg,ActSeeDegInf,
"DAT","CENTER_TOP");
else // Pho_DEGREES_PRINT
{
Log_DrawLogo (Sco_SCOPE_DEG,Deg.DegCod,Deg.ShortName,
16,"CENTER_TOP",true);
fprintf (Gbl.F.Out,"&nbsp;%s</a>",Deg.FullName);
}
fprintf (Gbl.F.Out,"</td>");
for (Sex = (Usr_Sex_t) 0;