Closed (outdated)
Project:
Mail Logger
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Jun 2008 at 17:07 UTC
Updated:
16 Sep 2016 at 19:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
litwol commentedChange the css file that comes with mail logger as needed to fit your theme.
to change order by mails by date just click on that column table header.
Comment #2
Paul Lomax commentedI found that HTML emails were getting very garbled, to the point it was destroying the page layout of the email AND the site, because the sites css was effecting it.
I created a patch, its probably not bulletproof but it does the job. It puts the email preview into an iframe to prevent it from inheriting any of the themes styles or scripts.
Because this patch is aimed at people who want to use HTML emails, I had to remove the lb2br function, because this was causing them to render badly. So any text emails will most likely be missing carriage returns.
(Apologies if this patch doesn't work for you, its my first attempt! The changes aren't huge so you can probably work them out from the patch file)
Credit goes to lor3 for figuring out the JS!
Comment #3
litwol commentedno JS please.
Comment #4
Paul Lomax commentedWhy no JS?
Comment #5
nancydru