Ignore:
Timestamp:
04/06/10 13:38:20 (14 years ago)
Author:
nathalie.silva
Message:

Ticket #891 - Arrumado o problema de abrir em mais de uma aba. Adicionado o Ignorar pra cada palavra - Nathalie

File:
1 edited

Legend:

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

    r2405 r2430  
    126126                        $retVal .= "<div class=\"addtoDictionary\" onclick=\"addWord('" . addslashes_custom($id) . "'); return false;\">Add To Dictionary</div>"; 
    127127                } 
     128 
     129                //Ignore the suggestion - Added by Nathalie 
     130                $retVal .= "<div class=\"ignore\" onclick=\"replaceWord('" .  addslashes_custom($id)  . "', '" .   addslashes($word)   . "'); return false;\"> Ignorar </div>"; 
     131 
     132 
    128133        } 
    129134        else 
    130135        { 
    131                 $retVal .= "No Suggestions"; 
     136                $retVal .= "Sem sugestão"; 
    132137        } 
    133138         
Note: See TracChangeset for help on using the changeset viewer.