Changeset 5717
- Timestamp:
- 03/14/12 11:44:02 (11 years ago)
- Location:
- trunk/expressoMail1_2/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/draw_api.js
r5713 r5717 1649 1649 td_element26 = createTDElement(0,6,"td_msg",null,"td_message_followup_"+headers_msgs.msg_number); 1650 1650 $(td_element26).addClass("td-followup-flag"); 1651 td_element26.innerHTML = '<div class="flag-edited" style="width: 9px;height:6px;"><img src="../prototype/modules/mail/img/flagEditor.png"></div>';1651 td_element26.innerHTML = '<div class="flag-edited" style="width:8px;height:6px;"><img src="../prototype/modules/mail/img/flagEditor.png"></div>'; 1652 1652 1653 1653 if (headers_msgs.followupflagged) { -
trunk/expressoMail1_2/js/search.js
r5711 r5717 537 537 td.id = "td_message_followup_search_"+uid_msg; 538 538 td.setAttribute("class","search-result-item"); 539 td1 = '<div class="flag-edited" style="width: 9px;height:6px;"><img src="../prototype/modules/mail/img/flagEditor.png"></div>';539 td1 = '<div class="flag-edited" style="width:8px;height:6px;"><img src="../prototype/modules/mail/img/flagEditor.png"></div>'; 540 540 541 541 $(td).click(function(event, ui){
Note: See TracChangeset
for help on using the changeset viewer.