Ignore:
Timestamp:
07/05/12 15:05:21 (12 years ago)
Author:
marcieli
Message:

Ticket #2941 - Inconsistência no Layout do expressoMail ao criar evento de msg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/helpers.js

    r6696 r6718  
    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',  
     
    337337                    $('.qtip-active').find('input[name="'+acl_names[aclsParticipant.charAt(i)]+'"]').attr('checked', true); 
    338338                } 
    339                                          
    340                                          
    341             $('.button').button(); 
     339                                                         
     340            $('.qtip .button').button(); 
    342341                                         
    343342        }; 
Note: See TracChangeset for help on using the changeset viewer.