Changeset 6906 for sandbox


Ignore:
Timestamp:
07/30/12 15:13:55 (12 years ago)
Author:
douglasz
Message:

Ticket #2966 - Validacao para quando nao existir eventos no dia.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/calendar_day_print.ejs

    r6902 r6906  
    99                <div class="title_print"> <img src="../prototype/modules/calendar/img/navbar.png"> <%= data.InfoPage %> </div>                   
    1010                <% 
     11                if(data.days) 
    1112                        for(var jj in data.days.events[0]){ 
    12                         console.log(data.days.events[0][jj]); 
    1313                %> 
    1414                        <div class="content_month_print">        
Note: See TracChangeset for help on using the changeset viewer.