Ignore:
Timestamp:
05/10/11 17:21:23 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Colocar icones na visao semanal da agenda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/calendar/templates/default/day_cal.tpl

    r4322 r4323  
    114114            if(event.recur && event.recur != false) 
    115115            { 
    116                 imgs += '<img width="10px" height="10px" border="0" title="Evento recorrente" src="calendar/templates/{templateSet}/images/recur.png"/>'; 
     116                imgs += '<img width="10px" height="10px" border="0" title="'+event.recurTitle+'" src="calendar/templates/{templateSet}/images/recur.png"/>'; 
    117117            } 
    118118 
     
    128128            if(event.attachments == 1) 
    129129            { 
    130                 imgs += " " + '<img width="10px" height="10px" border="0" title="Foram enviadas notificações com anexos" src="calendar/templates/{templateSet}/images/clip.png"/>'; 
     130                imgs += " " + '<img width="10px" height="10px" border="0" title="'+event.attachmentsTitle+'" src="calendar/templates/{templateSet}/images/clip.png"/>'; 
    131131            } 
    132132 
     
    138138            if(event.alarm == 1) 
    139139            { 
    140                 imgs += " " + '<img width="11px" height="10px" border="0" title="Alarme" src="calendar/templates/{templateSet}/images/alarm.png"/>'; 
     140                imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.alarmTitle+'" src="calendar/templates/{templateSet}/images/alarm.png"/>'; 
    141141            } 
    142142 
Note: See TracChangeset for help on using the changeset viewer.