Ignore:
Timestamp:
02/01/08 10:48:19 (16 years ago)
Author:
niltonneto
Message:

Correção das funcionalidades: Mover e Apagar, do resultado da pesquisa.
Otimizado código do CSS utilizado nas linhas da lista de mensagens.
Correção de algumas traduções.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/rich_text_editor.js

    r53 r163  
    218218                } 
    219219        } 
    220                 var szURL = prompt(get_lang('Enter with link URL:", "http://"'));  
     220                var szURL = prompt(get_lang('Enter with link URL:'), 'http://');  
    221221        if ((szURL != null) && (szURL != "")){ 
    222222                this.editorCommand("CreateLink", szURL); 
Note: See TracChangeset for help on using the changeset viewer.