Changeset 4193


Ignore:
Timestamp:
05/02/11 14:00:15 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1457 - Erro de banco na Deleção de evento recursivo

File:
1 edited

Legend:

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

    r4182 r4193  
    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="Evento recorrente" src="calendar/templates/{templateSet}/images/recur.png"/>'; 
    117117            } 
    118118 
    119119            if(event.participants == 1) 
    120120            { 
    121                 imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.participants_title+'" src="/calendar/templates/{templateSet}/images/multi_3.png"/>'; 
     121                imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.participants_title+'" src="calendar/templates/{templateSet}/images/multi_3.png"/>'; 
    122122            } 
    123123            else 
    124124            { 
    125                 imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.participants_title+'" src="/calendar/templates/{templateSet}/images/single.png"/>'; 
     125                imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.participants_title+'" src="calendar/templates/{templateSet}/images/single.png"/>'; 
    126126            } 
    127127 
    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="Foram enviadas notificações com anexos" src="calendar/templates/{templateSet}/images/clip.png"/>'; 
    131131            } 
    132132 
    133133            if(event.isPublic == 0) 
    134134            { 
    135                 imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.isPublicTitle+'" src="/calendar/templates/{templateSet}/images/private.png"/>'; 
     135                imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.isPublicTitle+'" src="calendar/templates/{templateSet}/images/private.png"/>'; 
    136136            } 
    137137 
    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="Alarme" src="calendar/templates/{templateSet}/images/alarm.png"/>'; 
    141141            } 
    142142 
Note: See TracChangeset for help on using the changeset viewer.