Changeset 4007


Ignore:
Timestamp:
04/13/11 14:37:13 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1615 - Componente novo para agenda. Correcao de caminho (path) dos icones dos agendamentos.

File:
1 edited

Legend:

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

    r4001 r4007  
    7575            if(event.recur && event.recur != false) 
    7676            { 
    77                 imgs += '<img width="10px" height="10px" border="0" title="Evento recorrente" src="/calendar/templates/serpro/images/recur.png"/>'; 
     77                imgs += '<img width="10px" height="10px" border="0" title="Evento recorrente" src="/calendar/templates/default/images/recur.png"/>'; 
    7878            } 
    7979 
    8080            if(event.participants == 1) 
    8181            { 
    82                 imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.participants_title+'" src="/calendar/templates/serpro/images/multi_3.png"/>'; 
     82                imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.participants_title+'" src="/calendar/templates/default/images/multi_3.png"/>'; 
    8383            } 
    8484            else 
    8585            { 
    86                 imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.participants_title+'" src="/calendar/templates/serpro/images/single.png"/>'; 
     86                imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.participants_title+'" src="/calendar/templates/default/images/single.png"/>'; 
    8787            } 
    8888 
    8989            if(event.attachments == 1) 
    9090            { 
    91                 imgs += " " + '<img width="10px" height="10px" border="0" title="Foram enviadas notificações com anexos" src="/calendar/templates/serpro/images/clip.png"/>'; 
     91                imgs += " " + '<img width="10px" height="10px" border="0" title="Foram enviadas notificações com anexos" src="/calendar/templates/default/images/clip.png"/>'; 
    9292            } 
    9393 
    9494            if(event.isPublic == 0) 
    9595            { 
    96                 imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.isPublicTitle+'" src="/calendar/templates/serpro/images/private.png"/>'; 
     96                imgs += " " + '<img width="11px" height="10px" border="0" title="'+event.isPublicTitle+'" src="/calendar/templates/default/images/private.png"/>'; 
    9797            } 
    9898 
    9999            if(event.alarm == 1) 
    100100            { 
    101                 imgs += " " + '<img width="11px" height="10px" border="0" title="Alarme" src="/calendar/templates/serpro/images/alarm.png"/>'; 
     101                imgs += " " + '<img width="11px" height="10px" border="0" title="Alarme" src="/calendar/templates/default/images/alarm.png"/>'; 
    102102            } 
    103103 
Note: See TracChangeset for help on using the changeset viewer.