Hello all,
In firefox under linux, the mail queue log wasn't displayed. By viewing the
source of the html page, I could see the data was present but not rendered
in the browser.
Instead an unexpected "display:none" was there. I could correct this by
remving the comment in
eventum/templates/en/mail_queue.tpl.html around line 16:
<!-- {get_display_style element_name="drafts"} -->
I am not to sure if it is a bug in firefox or eventum but I though I would
let you know as it would not hurt to remove these comments anyway. Or the
solution might be to replace the closing comment with "//-->" as it is done
elsewhere
Best regards,
Nicolas