Ignore:
Timestamp:
07/06/12 10:44:51 (12 years ago)
Author:
eduardow
Message:

Ticket #2941 - Inconsistência no layout do expresso Mail ao criar evento de mensagem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/calendar/js/helpers.js

    r6712 r6734  
    269269                hide: false, 
    270270                content: { 
    271                 text: $('<div></div>').html( DataLayer.render( 'templates/attendee_permissions.ejs', {} ) ),  
     271                text: $('<div></div>').html( DataLayer.render( path + 'templates/attendee_permissions.ejs', {} ) ),  
    272272                title: { 
    273273                text:'Permissões',  
     
    339339                                         
    340340                                         
    341             $('.button').button(); 
    342                                          
     341                $('.qtip .button').button();                                     
    343342        }; 
    344343        }else{ 
Note: See TracChangeset for help on using the changeset viewer.