Hi all,
Can someone point me in the right direction? I'm trying to figure out where is the code for the message list table. I'm looking to make some changes and I can't find where it is (I don't see it in mail.html).
Specifically, I want to see how to alter the presentation such as you would when making a 3-column layout.
So instead of:
Subject, Sender, Date, Size, Flag, Attachment
Do something like:
Subject Date
Sender attachment,flag
Anyone can point me to the place(s) where the code for the list is?
Thanks!
Bump.
Is the code for the message list specified in any theme file or is it part of the program files? What builds the table with the messages?
anyone?
It is part of CORE. Look into ./program/steps/mail/func.inc.
Fantastic, thanks Rosali!