Changeset 6734
- Timestamp:
- 07/06/12 10:44:51 (11 years ago)
- Location:
- branches/2.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/expressoMail1_2/templates/default/main.css
r6729 r6734 1009 1009 } 1010 1010 1011 .qtip.qtip-blue.qtip-active ul { 1012 padding: 0; 1013 } 1014 1015 .qtip.qtip-blue.qtip-active li { 1016 width: 160px; 1017 list-style: none; 1018 } 1019 1020 .qtip.qtip-blue.qtip-active ul { 1021 padding: 0; 1022 } 1023 1024 .qtip.qtip-blue.qtip-active li { 1025 width: 160px; 1026 list-style: none; 1027 } 1028 1011 1029 .new-event-win.active .fc-event-skin { 1012 1030 border-color: #36C !important; -
branches/2.4/prototype/modules/calendar/js/helpers.js
r6712 r6734 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', … … 339 339 340 340 341 $('.button').button(); 342 341 $('.qtip .button').button(); 343 342 }; 344 343 }else{
Note: See TracChangeset
for help on using the changeset viewer.