Changeset 6718


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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/templates/default/main.css

    r6709 r6718  
    10121012} 
    10131013 
     1014.qtip.qtip-blue.qtip-active ul { 
     1015        padding: 0; 
     1016} 
     1017 
     1018.qtip.qtip-blue.qtip-active li { 
     1019        width: 160px; 
     1020        list-style: none; 
     1021} 
     1022 
    10141023.new-event-win.active .fc-event-skin { 
    10151024        border-color: #36C !important; 
  • 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.