Version 16.64.16

This commit is contained in:
Antonio Cañas Vargas 2016-11-19 14:21:22 +01:00
parent 935b369fd2
commit ba3d7d4d33
2 changed files with 4 additions and 2 deletions

View File

@ -170,13 +170,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.64.15 (2016-11-19)"
#define Log_PLATFORM_VERSION "SWAD 16.64.16 (2016-11-19)"
#define CSS_FILE "swad16.60.1.css"
#define JS_FILE "swad16.46.1.js"
// 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 16.64.16: Nov 19, 2016 Input field required in new survey form. (207308 lines)
Version 16.64.15: Nov 19, 2016 Input field required in new assignment form. (207306 lines)
Version 16.64.14: Nov 19, 2016 Input field required in administration of one user. (207304 lines)
Version 16.64.13: Nov 19, 2016 Input fields required in edition of groups. (207302 lines)

View File

@ -1871,7 +1871,8 @@ void Svy_RequestCreatOrEditSvy (void)
"</td>"
"<td class=\"LEFT_MIDDLE\">"
"<input type=\"text\" name=\"Title\""
" size=\"45\" maxlength=\"%u\" value=\"%s\" />"
" size=\"45\" maxlength=\"%u\" value=\"%s\""
" required=\"required\" />"
"</td>"
"</tr>",
The_ClassForm[Gbl.Prefs.Theme],