Sun Java System Messenger Express 6 2005Q4 Customization Guide

Example—Message Display Window Modifications

The example shown in Example—Message Display Window Modifications moves “Subject” before “To.”

Figure 3–8 Example Message Display Window Modifications

Customized Message Display Window

Example—Message Display Window Modifications shows the necessary changes to be made in file msg_fs.html.


Example 3–7 Altering Message Display Window Layout


function listFrameHTML(doc) {
....
s += header(’from’) + header(’date’) + 
header(’subject’)+ header(’to’) + header(’cc’)
               
....
}