Ignore:
Timestamp:
08/15/12 12:07:23 (12 years ago)
Author:
marcieli
Message:

Ticket #3028 - Corrigidas telas de impressao na agenda, fontes, posicoes, icones.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/templates/calendar_day_print.ejs

    r6996 r7022  
    2222                                                var title_type = ""; 
    2323                                                if(data.days.events[0][jj].events[ii].type == '1'){ 
    24                                                         img_type = "../prototype/modules/calendar/img/event.png"; 
     24                                                        img_type = "../prototype/modules/calendar/img/mini-event.png"; 
    2525                                                        title_type = "Evento"; 
    2626                                                }if(data.days.events[0][jj].events[ii].type == '2'){ 
    27                                                         img_type = "../prototype/modules/calendar/img/task.png";  
     27                                                        img_type = "../prototype/modules/calendar/img/mini-task.png";  
    2828                                                        title_type = "Tarefa"; 
    2929                                                }if(data.days.events[0][jj].events[ii].type == '3'){ 
    30                                                         img_type = "../prototype/modules/calendar/img/activity_icon.jpg";  
     30                                                        img_type = "../prototype/modules/calendar/img/mini-activity.png";  
    3131                                                        title_type = "Atividade"; 
    3232                                                } 
     
    5252                                                title_type = "Tarefa"; 
    5353                                        }if(data.days.events[0][jj].events[ii].type == '3'){ 
    54                                                 img_type = "../prototype/modules/calendar/img/activity_icon.jpg";  
     54                                                img_type = "../prototype/modules/calendar/img/mini-activity.png";  
    5555                                                title_type = "Atividade"; 
    5656                                        } 
Note: See TracChangeset for help on using the changeset viewer.