Version 14.110.13

This commit is contained in:
Antonio Cañas Vargas 2015-04-11 17:34:47 +02:00
parent d1e3c3867c
commit fa71f5af49
2 changed files with 4 additions and 2 deletions

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.110.13 (2015/04/11)"
#define Log_PLATFORM_VERSION "SWAD 14.110.14 (2015/04/11)"
// 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.110.14:Apr 11, 2015 Changes in layout of surveys. (? lines)
Version 14.110.13:Apr 11, 2015 Changes in layout of users' attendance. (184750 lines)
Version 14.110.12:Apr 11, 2015 Changes in layout of users' works. (184728 lines)
Version 14.110.11:Apr 11, 2015 Changes in layout of selection of class photo / list. (184722 lines)

View File

@ -401,7 +401,8 @@ static void Svy_ShowOneSurvey (long SvyCod,struct SurveyQuestion *SvyQst,bool Sh
Act_FormEnd ();
/* Number of questions and number of distinct users who have already answered this survey */
fprintf (Gbl.F.Out,"<p class=\"%s\">%s: %u; %s: %u</p></td>",
fprintf (Gbl.F.Out,"<div class=\"%s\">%s: %u; %s: %u</div>"
"</td>",
Svy.Status.Visible ? "ASG_GRP" :
"ASG_GRP_LIGHT",
Txt_No_of_questions,