Changeset 6718
- Timestamp:
- 07/05/12 15:05:21 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/templates/default/main.css
r6709 r6718 1012 1012 } 1013 1013 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 1014 1023 .new-event-win.active .fc-event-skin { 1015 1024 border-color: #36C !important; -
trunk/prototype/modules/calendar/js/helpers.js
r6696 r6718 269 269 hide: false, 270 270 content: { 271 text: $('<div></div>').html( DataLayer.render( 'templates/attendee_permissions.ejs', {} ) ),271 text: $('<div></div>').html( DataLayer.render( path + 'templates/attendee_permissions.ejs', {} ) ), 272 272 title: { 273 273 text:'Permissões', … … 337 337 $('.qtip-active').find('input[name="'+acl_names[aclsParticipant.charAt(i)]+'"]').attr('checked', true); 338 338 } 339 340 341 $('.button').button(); 339 340 $('.qtip .button').button(); 342 341 343 342 };
Note: See TracChangeset
for help on using the changeset viewer.