Ignore:
Timestamp:
08/10/12 11:23:09 (12 years ago)
Author:
thiago
Message:

Ticket #2966 - Icones do expresssoCalender e expressoMail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/expressoMail1_2/js/draw_api.js

    r6965 r6984  
    29862986                new_task_logo.title = "Criar uma nova tarefa a partir deste email."; 
    29872987                new_task_logo.alt = "Criar uma nova tarefa a partir deste email."; 
    2988                 new_task_logo.src = "./templates/default/images/task.png"; 
     2988                new_task_logo.src = "./templates/default/images/big-task.png"; 
    29892989                new_task_logo.style.cursor = "pointer"; 
    29902990                new_task_logo.style.marginLeft = "5px"; 
    2991                 $(new_task_logo).css({ 
    2992                         'height' : '16px', 
    2993                         'width' : '16px' 
    2994                 }); 
    29952991                new_task_logo.onclick = function(){ 
    29962992                import_implements_calendar(); 
     
    30063002                new_event_logo.alt = "Criar evento a partir deste email"; 
    30073003                //new_event_logo.src = "./templates/default/images/calendar_add.png"; 
    3008                 new_event_logo.src = "./templates/default/images/event.png"; 
     3004                new_event_logo.src = "./templates/default/images/big-event.png"; 
    30093005                new_event_logo.style.cursor = "pointer"; 
    3010                 $(new_event_logo).css({ 
    3011                         'height' : '16px', 
    3012                         'width' : '16px' 
    3013                 }); 
    30143006                new_event_logo.style.marginLeft = "5px"; 
    30153007                new_event_logo.onclick = function(){ 
Note: See TracChangeset for help on using the changeset viewer.