- Timestamp:
- 07/19/13 17:34:47 (10 years ago)
- Location:
- trunk/expressoMail1_2/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/draw_api.js
r8186 r8187 3753 3753 if (forbidden) 3754 3754 { 3755 newBody = newBody.replace(imgTag[j],"<img src='templates/"+template+"/images/forbidden. png'>");3755 newBody = newBody.replace(imgTag[j],"<img src='templates/"+template+"/images/forbidden.jpg'>"); 3756 3756 blocked=true; 3757 3757 } -
trunk/expressoMail1_2/js/main.js
r8186 r8187 629 629 630 630 } 631 631 if (msg_info.showImg) 632 { 633 $("#body_"+id_msg_read).html(msg_info.body); 634 $('#show_img_link_'+id_msg_read).remove(); 635 } 632 636 //Change msg class to read. 633 637 if (!msg_is_read(ID))
Note: See TracChangeset
for help on using the changeset viewer.