Ignore:
Timestamp:
04/27/10 09:54:22 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Mitigando problema com escopo do dominio.

File:
1 edited

Legend:

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

    r2572 r2630  
    179179                img.className = 'imagebutton'; 
    180180                img.align = 'center'; 
    181                 img.src = URL_SERVER + '/expressoMail1_2/templates/'+template+'/images/'+buttons[i]+'.gif'; 
     181                img.src = URL_SERVER + 'expressoMail1_2/templates/'+template+'/images/'+buttons[i]+'.gif'; 
    182182                img.title = get_lang(buttons[i]); 
    183183                img.style.cursor = 'pointer'; 
Note: See TracChangeset for help on using the changeset viewer.