#696: the message "Please fill all mandatory fields" is now localized (done in English, French and German)

SVN:trunk[2671]
This commit is contained in:
Denis Flaven
2013-04-02 13:51:05 +00:00
parent 3d79e3fe8f
commit 51d9c30315
5 changed files with 5 additions and 1 deletions

View File

@@ -134,7 +134,7 @@ function CheckFields(sFormId, bDisplayAlert)
{
if (bDisplayAlert)
{
alert('Please fill-in all mandatory fields before continuing.');
alert(Dict.S('UI:FillAllMandatoryFields'));
}
$('#'+sFormId+' :submit').attr('disable', '');
$('#'+sFormId+' :button[type=submit]').attr('disable', '');