mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-08 06:48:51 +00:00
Monotone-Parent: 30d54dc507398dda32b17cb2c4b9c8e6b601087d
Monotone-Revision: 02e6aaa1be72203deecd9d1b0f94d9491729cafc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-09-16T20:25:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -112,13 +112,13 @@ function validateEditorInput(sender) {
|
||||
|
||||
field = document.pageform.subject;
|
||||
if (field.value == "")
|
||||
errortext = errortext + label ("error_missingsubject") + "\n";
|
||||
errortext = errortext + getLabel("error_missingsubject") + "\n";
|
||||
|
||||
if (!hasRecipients())
|
||||
errortext = errortext + label ("error_missingrecipients") + "\n";
|
||||
errortext = errortext + getLabel("error_missingrecipients") + "\n";
|
||||
|
||||
if (errortext.length > 0) {
|
||||
alert(label ("error_validationfailed") + ":\n" + errortext);
|
||||
alert(getLabel("error_validationfailed") + ":\n" + errortext);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user