Changeset 5569


Ignore:
Timestamp:
02/27/12 19:26:04 (12 years ago)
Author:
adriano
Message:

Ticket #2501 - troca de icones de mensagem importante e anexo de mensagem

Location:
trunk/expressoMail1_2
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r5566 r5569  
    15241524                if ( (headers_msgs.Flagged == 'F') || ( headers_msgs.Importance !== undefined && headers_msgs.Importance.toLowerCase().indexOf("high") != -1 ))  
    15251525                { 
    1526                         td_element23.innerHTML = "<img src ='templates/"+template+"/images/important.gif' title='"+get_lang('Important')+"'>"; 
     1526                        td_element23.innerHTML = "<img src ='templates/"+template+"/images/important.png' title='"+get_lang('Important')+"'>"; 
    15271527                } 
    15281528                else 
     
    21022102        if (info_msg.Flagged == 'F') 
    21032103        { 
    2104                 td.innerHTML += '&nbsp;<img id="disposition_important_'+ID+'" style="cursor:pointer" alt="'+ get_lang('Important message') + '" title="'+ get_lang('Important message') + '" src="templates/'+template+'/images/important.gif">'; 
     2104                td.innerHTML += '&nbsp;<img id="disposition_important_'+ID+'" style="cursor:pointer" alt="'+ get_lang('Important message') + '" title="'+ get_lang('Important message') + '" src="templates/'+template+'/images/important.png">'; 
    21052105        } 
    21062106        // NORMAL MSG 
  • trunk/expressoMail1_2/templates/default/expressomail.css

    r5533 r5569  
    2424span.ui-icon.expressomail-icon-send { background-image: url(images/send.png) !important; background-position: -2px 2px; width: 25px; height: 16px; background-size: 19px;} 
    2525span.ui-icon.expressomail-icon-save_and_send { background-image: url(images/save_and_send.png) !important; width: 25px; height: 16px; background-size: 17px;} 
    26 span.ui-icon.expressomail-icon-important { background-image: url(images/star.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;} 
     26span.ui-icon.expressomail-icon-important { background-image: url(images/important.png) !important; background-position: 7px 1px; width: 24px; height: 24px; background-size: 13px;} 
    2727 
    2828/* thumbs list on message screen */ 
     
    119119} 
    120120 
    121 .context-menu-item.icon-important { background-image: url(images/important.gif); background-position: 6px 5px !important} 
     121.context-menu-item.icon-important { background-image: url(images/important.png); background-position: 6px 5px !important} 
    122122.context-menu-item.icon-export { background-image: url(images/export.png); } 
    123123.context-menu-item.icon-move { background-image: url(images/move.png); } 
Note: See TracChangeset for help on using the changeset viewer.