Ignore:
Timestamp:
07/13/11 15:35:43 (13 years ago)
Author:
roberto.santosjunior
Message:

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

Location:
trunk/calendar/templates/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/default/new_month.tpl

    r4125 r4705  
    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 
  • trunk/calendar/templates/default/new_week.tpl

    r4125 r4705  
    77<script src="calendar/js/dhtmlx/sources/ext/ext_new_week.js"></script> 
    88<script> 
    9  
     9    var holidayTab = {holidays_json}; 
    1010    resize = function(){ 
    1111 
Note: See TracChangeset for help on using the changeset viewer.