From c5d9477b444a98466fb6040dc5ee14dacbc8dda5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 19 Nov 2016 14:07:28 +0100 Subject: [PATCH] Version 16.64.14 --- swad_changelog.h | 3 ++- swad_enrollment.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 30d5d19d7..ed0718408 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -170,13 +170,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.64.13 (2016-11-19)" +#define Log_PLATFORM_VERSION "SWAD 16.64.14 (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.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) Version 16.64.12: Nov 19, 2016 Input fields required in edition of course. (207298 lines) Version 16.64.11: Nov 19, 2016 Input fields required in edition of degree. (207295 lines) diff --git a/swad_enrollment.c b/swad_enrollment.c index 5312fe577..485ced376 100644 --- a/swad_enrollment.c +++ b/swad_enrollment.c @@ -329,7 +329,8 @@ void Enr_WriteFormToReqAnotherUsrID (Act_Action_t NextAction) "%s: " "" "", + " size=\"20\" maxlength=\"%u\"" + " required=\"required\" />", The_ClassForm[Gbl.Prefs.Theme], Txt_nick_email_or_ID, Usr_MAX_BYTES_USR_LOGIN);