mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
#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:
@@ -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', '');
|
||||
|
||||
Reference in New Issue
Block a user