Version 16.106.7

This commit is contained in:
Antonio Cañas Vargas 2016-12-24 13:30:30 +01:00
parent 95e7fe3f65
commit da21602778
2 changed files with 5 additions and 4 deletions

View File

@ -188,13 +188,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.106.6 (2016-12-24)"
#define Log_PLATFORM_VERSION "SWAD 16.106.7 (2016-12-24)"
#define CSS_FILE "swad16.106.5.css"
#define JS_FILE "swad16.101.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.106.7: Dec 24, 2016 Changes in behaviour of labels in forms. (211401 lines)
Version 16.106.6: Dec 24, 2016 Changes in layout when changing language. (211400 lines)
Version 16.106.5: Dec 24, 2016 Changes in layout of preferences. (211393 lines)
Version 16.106.4: Dec 24, 2016 Changes in behaviour of labels in forms. (211408 lines)

View File

@ -1272,8 +1272,8 @@ void Mai_ShowFormChangeUsrEmail (const struct UsrData *UsrDat,bool ItsMe)
/***** Form to enter new email *****/
fprintf (Gbl.F.Out,"<tr>"
"<td class=\"%s RIGHT_MIDDLE\">"
"%s:"
"<td class=\"RIGHT_MIDDLE\">"
"<label for=\"NewEmail\" class=\"%s\">%s:</label>"
"</td>"
"<td class=\"LEFT_MIDDLE\">",
The_ClassForm[Gbl.Prefs.Theme],
@ -1289,7 +1289,7 @@ void Mai_ShowFormChangeUsrEmail (const struct UsrData *UsrDat,bool ItsMe)
Usr_PutParamUsrCodEncrypted (UsrDat->EncryptedUsrCod);
}
fprintf (Gbl.F.Out,"<div class=\"FORM_ACCOUNT\">"
"<input type=\"email\" name=\"NewEmail\""
"<input type=\"email\" id=\"NewEmail\" name=\"NewEmail\""
" size=\"18\" maxlength=\"%u\" value=\"%s\" />"
"</div>",
Usr_MAX_BYTES_USR_EMAIL,