Ignore:
Timestamp:
05/31/11 13:52:33 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1950 - Destacar feriados no módulo calendario (dia, semana, mes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/calendar/templates/default/new_month.tpl

    r4125 r4550  
    55<script src="calendar/js/dhtmlx/sources/ext/ext_pdf.js"></script> 
    66<script src="calendar/js/dhtmlx/sources/locale_pt.js"></script> 
     7<script src="calendar/js/dhtmlx/sources/ext/ext_new_month.js"></script> 
    78<script> 
    89 
     
    6869 
    6970<script> 
    70  
     71    var holidayTab = {holidays_json}; 
    7172    function printMode(printType) 
    7273    { 
     
    150151        scheduler.parse({events_json},"json"); 
    151152 
     153 
     154 
    152155    } 
    153156 
Note: See TracChangeset for help on using the changeset viewer.