Changeset 8188
- Timestamp:
- 07/22/13 11:13:27 (10 years ago)
- Location:
- branches/2.5/expressoMail1_2/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/expressoMail1_2/js/draw_api.js
r8183 r8188 3762 3762 if (forbidden) 3763 3763 { 3764 newBody = newBody.replace(imgTag[j],"<img src='templates/"+template+"/images/forbidden. png'>");3764 newBody = newBody.replace(imgTag[j],"<img src='templates/"+template+"/images/forbidden.jpg'>"); 3765 3765 blocked=true; 3766 3766 } -
branches/2.5/expressoMail1_2/js/main.js
r8148 r8188 661 661 662 662 } 663 663 if (msg_info.showImg) 664 { 665 $("#body_"+id_msg_read).html(msg_info.body); 666 $('#show_img_link_'+id_msg_read).remove(); 667 } 664 668 //Change msg class to read. 665 669 if (!msg_is_read(ID))
Note: See TracChangeset
for help on using the changeset viewer.