Changeset 6984


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

Ticket #2966 - Icones do expresssoCalender e expressoMail

Location:
sandbox/2.4.2-expresso1
Files:
6 added
7 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(){ 
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/css/layout.css

    r6981 r6984  
    12621262} 
    12631263 
    1264 .events-list-win table img { 
    1265   width: 12px; 
    1266   height: 12px; 
    1267   padding: 0 2px; 
    1268 } 
    12691264 
    12701265.events-list-win table span { font-size:12px; } 
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/css/style.css

    r6977 r6984  
    406406  color: rgb(48, 72, 126) !important; 
    407407  cursor: pointer; 
    408 } 
    409  
    410 .events-list-win table img { 
    411   width: 12px; 
    412   height: 12px; 
    413   padding: 0 2px; 
    414408} 
    415409 
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/js/init.js

    r6951 r6984  
    344344                        var img_icon = ""; 
    345345                        if(event.type == 1) 
    346                                 img_icon = "event.png"; 
     346                                img_icon = "mini-event.png"; 
    347347                        if(event.type == 2) 
    348                                 img_icon = "task.png"; 
     348                                img_icon = "mini-task.png"; 
    349349                        if(event.type == 3) 
    350350                                img_icon = "activity_icon.jpg"; 
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/calendar_day_print.ejs

    r6915 r6984  
    4646                                        var title_type = ""; 
    4747                                        if(data.days.events[0][jj].events[ii].type == '1'){ 
    48                                                 img_type = "../prototype/modules/calendar/img/event.png"; 
     48                                                img_type = "../prototype/modules/calendar/img/mini-event.png"; 
    4949                                                title_type = "Evento"; 
    5050                                        }if(data.days.events[0][jj].events[ii].type == '2'){ 
    51                                                 img_type = "../prototype/modules/calendar/img/task.png";  
     51                                                img_type = "../prototype/modules/calendar/img/mini-task.png";  
    5252                                                title_type = "Tarefa"; 
    5353                                        }if(data.days.events[0][jj].events[ii].type == '3'){ 
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/calendar_month_print.ejs

    r6978 r6984  
    2929                                                        var title_type = ""; 
    3030                                                        if(data.days.events[i][jj].events[ii].type == '1'){ 
    31                                                                 img_type = "../prototype/modules/calendar/img/event.png"; 
     31                                                                img_type = "../prototype/modules/calendar/img/mini-event.png"; 
    3232                                                                title_type = "Evento"; 
    3333                                                        }if(data.days.events[i][jj].events[ii].type == '2'){ 
    34                                                                 img_type = "../prototype/modules/calendar/img/task.png";  
     34                                                                img_type = "../prototype/modules/calendar/img/mini-task.png";  
    3535                                                                title_type = "Tarefa"; 
    3636                                                        }if(data.days.events[i][jj].events[ii].type == '3'){ 
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/templates/event_list.ejs

    r6955 r6984  
    5353                                                        var title_type = ""; 
    5454                                                        if(_event.type == '1'){ 
    55                                                                 img_type = "../prototype/modules/calendar/img/event.png"; 
     55                                                                img_type = "../prototype/modules/calendar/img/big-event.png"; 
    5656                                                                title_type = "Evento"; 
    5757                                                        }if(_event.type == '2'){ 
    58                                                                 img_type = "../prototype/modules/calendar/img/task.png";  
     58                                                                img_type = "../prototype/modules/calendar/img/big-task.png";  
    5959                                                                title_type = "Tarefa"; 
    6060                                                        }if(_event.type == '3'){ 
     
    6363                                                        } 
    6464                                                        %> 
    65                                                         <img style="width: 16px; height: 16px" title="<%= title_type %>" src="<%= img_type %>">  
     65                                                        <img title="<%= title_type %>" src="<%= img_type %>">  
    6666                                                        <a class="title event-details-item" title='<%= _event.summary %>' aria-expanded='false' role='button' tabindex='0'><%= _event.summary %></a> 
    6767                                                        <!-- TODO: FAZER FUNCIONAR DESTA FORMA --> 
Note: See TracChangeset for help on using the changeset viewer.