Ignore:
Timestamp:
04/12/10 14:45:33 (14 years ago)
Author:
nathalie.silva
Message:

Ticket #891 - incluído alterações do ignore - Nathalie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/expressoMail1_2/corretor_ortografico/spell_checker/spell_checker.php

    r2477 r2488  
    136136        { 
    137137                $retVal .= "Sem sugestão"; 
     138                $retVal .= "<div class=\"ignore\" onclick=\"replaceWord('" .  addslashes_custom($id)  . "', '" .   addslashes($word)   . "'); return false;\"> Ignorar </div>"; 
    138139        } 
    139140         
     
    203204 
    204205                                //And we replace the word in the array with the span that highlights it and gives it an onClick parameter to show the suggestions. 
    205                                 if(!pspell_check($pspell_link, $tmpWord)) 
     206                                if(!pspell_check($pspell_link, $tmpWord)) // Adicionar Nathalie 
    206207                                {                                         
    207208                                        $onClick = "onclick=\"setCurrentObject(" . $varName . "); showSuggestions('" . addslashes($tmpWord) . "', '" . $varName . "_" . $misspelledCount . "_" . addslashes($tmpWord) . "'); return false;\""; 
Note: See TracChangeset for help on using the changeset viewer.