Ignore:
Timestamp:
07/30/12 14:51:13 (12 years ago)
Author:
marcieli
Message:

Ticket #2966 - Implementação da funcionalidade imprimir calendário anual.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/js/helpers.js

    r6897 r6904  
    156156                                'title': 'Calendário Diário' 
    157157                        } )); 
    158                 }                        
     158                }        
     159                if($("#calendar").fullCalendar('getView').name == "year"){       
     160                        window_print.document.write(DataLayer.render('templates/calendar_year_print.ejs', { 
     161                                'html' : $('#calendar .fc-content').html(), 
     162                                'header': $('#calendar').find('.fc-header-center h2').text() 
     163                        } )); 
     164                }                
    159165                window_print.document.close(); 
    160166                window_print.print(); 
Note: See TracChangeset for help on using the changeset viewer.