added label into calendar option

This commit is contained in:
Carlos Pacha
2011-01-05 20:58:57 +00:00
parent 634f0a6cd7
commit 223181a83b

View File

@@ -371,7 +371,7 @@ function validateForm(form){
}
}
if(!flag){
msgBox(G_STRINGS.ID_REQUIRED_FIELDS + ": \n Start Date ","alert"); return false;
msgBox(G_STRINGS.ID_REQUIRED_FIELDS + ": \n "+G_STRINGS.ID_START_DATE,"alert"); return false;
}
if(msg!=""){
alert(msg);