Re: [otrs] Forced spell checking before sending

2003-03-06 Thread Martin Edenhofer
Hi Moshe, On Wed, Mar 05, 2003 at 06:20:26PM +0200, Moshe Leibovitch (SoftLink) wrote: > This is the diff of AgentCompose.dtl: > 28,32d27 > < else if (document.spelling.was_spell_checked != true) { > < alert('$Text{"A message must be spell checked!"}'); > < document.compose.Bod

[otrs] Forced spell checking before sending

2003-03-05 Thread Moshe Leibovitch (SoftLink)
Hi all, This is the diff of AgentCompose.dtl: 28,32d27 < else if (document.spelling.was_spell_checked != true) { < alert('$Text{"A message must be spell checked!"}'); < document.compose.Body.focus(); < return false; < } 45,46c40 < document.spelling.submit(); <