The PGP Encryption Server (Symantec Encryption Management Server) allows you to customize the Web Email Protection portal.
There are three levels of customization:
If changing the company logo and, perhaps, some of the text on the home page is all that is required, Simple customization can be used. However, the heading background remains unchanged and therefore the heading background can clash with the logo background like this:
PGP Encryption Server release 10.5 and above.
The CSS file and, optionally, the WMHeaderInclude.html file need to be updated.
In order to remove the default heading background, create a template using Advanced customization.
Download the WebMessengerImages.zip file containing the images and replace the WebMessengerImages\images\header_logo.gif file with your company logo image. Note that the file name must still be named header_logo.gif.
You can either replace two or three image additional files with alternative image files as described in article 206882 or you can remove references to them as described below.
Zip all the images in the WebMessengerImages folder and the images sub folder to create a new WebMessengerImages.zip file.
On the Custom Content page of the customization process, click on the CSS tab to allow you to edit the WMStylesheet.css file:
In the WMStylesheet.css, search for the text header-table to find the header-table section. Comment out the line beginning with background so it appears like this:
/* header */
#header .header-table {
# background: url(images/header_bg_right.gif) no-repeat right;
width: 100%;
height: 82px;
}
Search for the text header-left to find the header-left section. Comment out the line beginning with the word background:
#header .header-left {
# background: url(images/header_bg_left.gif) no-repeat left;
}
Search for the text header-middle to find the header-middle section. Comment out the line beginning with the word background:
#header .header-middle {
# background: url(images/header_bg_left.gif) no-repeat right;
}
Search for the text header-logo-background to find this section. Change #000000 (black) to #FFFFFF (white):
#header .header-logo-background {
background: #FFFFFF;
}
Upload the new WebMessengerImages.zip file.
Save the Advanced customization template.
Make the new Advanced customization template active.
The Web Email Protection portal will look like this:
If you wish to remove the Symantec logo from the right of the heading section, edit the Advanced Customization template and click on the Header tab to edit the WMHeaderInclude.html file:
The fourth from last line of the file is this. Delete the whole line, save the customization and make it active:
<td class="header-right"><img id="header-brand-logo" src="images/header_pgp_logo.gif" alt=""></td>
The Web Email Protection portal will look like this: