Version 16.64.32

This commit is contained in:
Antonio Cañas Vargas 2016-11-20 13:52:02 +01:00
parent 430018db43
commit 42100abc7b
2 changed files with 5 additions and 4 deletions

View File

@ -170,13 +170,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.64.31 (2016-11-19)"
#define Log_PLATFORM_VERSION "SWAD 16.64.32 (2016-11-20)"
#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.32: Nov 20, 2016 Input fields for phone numbers are changed from text to tel. (207374 lines)
Version 16.64.31: Nov 19, 2016 Input field required in new holiday form. (207373 lines)
Version 16.64.30: Nov 19, 2016 Input fields required in new place form. (207371 lines)
Version 16.64.29: Nov 19, 2016 Input fields required in new department form. (207368 lines)

View File

@ -3118,7 +3118,7 @@ static void Rec_ShowLocalPhone (struct UsrData *UsrDat,
if (ShowData)
{
if (DataForm)
fprintf (Gbl.F.Out,"<input type=\"text\" name=\"LocalPhone\""
fprintf (Gbl.F.Out,"<input type=\"tel\" name=\"LocalPhone\""
" maxlength=\"%u\" value=\"%s\""
" class=\"REC_C2_BOT_INPUT\" />",
Usr_MAX_LENGTH_PHONE,
@ -3180,7 +3180,7 @@ static void Rec_ShowFamilyPhone (struct UsrData *UsrDat,
if (ShowData)
{
if (DataForm)
fprintf (Gbl.F.Out,"<input type=\"text\" name=\"FamilyPhone\""
fprintf (Gbl.F.Out,"<input type=\"tel\" name=\"FamilyPhone\""
" maxlength=\"%u\" value=\"%s\""
" class=\"REC_C2_BOT_INPUT\" />",
Usr_MAX_LENGTH_PHONE,
@ -3788,7 +3788,7 @@ void Rec_ShowFormMyInsCtrDpt (void)
ClassForm,Txt_Phone,
COL2_WIDTH);
Act_FormGoToStart (ActChgMyOffPho);
fprintf (Gbl.F.Out,"<input type=\"text\" name=\"OfficePhone\""
fprintf (Gbl.F.Out,"<input type=\"tel\" name=\"OfficePhone\""
" maxlength=\"%u\" value=\"%s\""
" style=\"width:500px;\""
" onchange=\"document.getElementById('%s').submit();\" />",