From d7f6073dae7a9b2fe093a5139a64a7af86b8c891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 19 Nov 2016 20:18:34 +0100 Subject: [PATCH] Version 16.64.26 --- swad_banner.c | 12 ++++++++---- swad_changelog.h | 7 ++++--- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/swad_banner.c b/swad_banner.c index 990f84e6b..3b1985bf7 100644 --- a/swad_banner.c +++ b/swad_banner.c @@ -748,7 +748,8 @@ static void Ban_PutFormToCreateBanner (void) fprintf (Gbl.F.Out,"" "" + " class=\"INPUT_SHORT_NAME\"" + " required=\"required\" />" "", Ban_MAX_LENGTH_SHRT_NAME,Ban->ShrtName); @@ -756,14 +757,16 @@ static void Ban_PutFormToCreateBanner (void) fprintf (Gbl.F.Out,"" "" + " class=\"INPUT_FULL_NAME\"" + " required=\"required\" />" "", Ban_MAX_LENGTH_FULL_NAME,Ban->FullName); /***** Banner image *****/ fprintf (Gbl.F.Out,"" "" + " size=\"12\" maxlength=\"%u\" value=\"%s\"" + " required=\"required\" />" "", Ban_MAX_LENGTH_IMAGE,Ban->Img); @@ -771,7 +774,8 @@ static void Ban_PutFormToCreateBanner (void) fprintf (Gbl.F.Out,"" "" + " class=\"INPUT_WWW\"" + " required=\"required\" />" "" "", Cns_MAX_LENGTH_WWW,Ban->WWW); diff --git a/swad_changelog.h b/swad_changelog.h index 1191bccc2..2e10c6a3f 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -170,15 +170,16 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.64.25 (2016-11-19)" +#define Log_PLATFORM_VERSION "SWAD 16.64.26 (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.25: Nov 19, 2016 Input fields required in new email domain. (207348 lines) - Version 16.64.24: Nov 19, 2016 Input field required in new type of degree. (207345 lines) + Version 16.64.26: Nov 19, 2016 Input fields required in new banner form. (207353 lines) + Version 16.64.25: Nov 19, 2016 Input fields required in new email domain form. (207348 lines) + Version 16.64.24: Nov 19, 2016 Input field required in new type of degree form. (207345 lines) Version 16.64.23: Nov 19, 2016 Input fields required in new record field form. (207343 lines) Version 16.64.22: Nov 19, 2016 Input fields required in form to edit one test question. (207340 lines) Version 16.64.21: Nov 19, 2016 Input fields required in form to configure tests. (207324 lines)