Actuate Information Console reference : Customizing Information Console online help : Customizing icons, links, and the company logo : Changing the corporate logo : Changing the additional links footer in help content pages
 
Changing the additional links footer in help content pages
The footers in the content pages also display a series of additional links by default. Actuate uses these additional links to jump to locations in its corporate web site. To change the links displayed on a content page, alter the HTML markup to use different links.
How to change the additional links footer on a help content page
Use the following procedure to alter the additional links footer in a content page.
1 In a text editor, open the first content page file in the document root. For example, the first content page in the “Using Information Console” documentation is iPusing-intro.2.01.html.
2 Locate the following block of code:
<table cols="2" summary="" width="100%">
<td width="80%" align="left">
<table cols="1" summary="" align="left">
<td align="right">
<td style="color: #003366;font-family:sans-serif;font-weight:bold;font-size:small;" align="right">Additional Links:</td>
<td class="td-link" align="right">
<A HREF="http://www.actuate.com/actuate11/forums" target="_blank">Forums |</A>
</td>
<td class="td-link" align="right">
<A HREF="http://www.actuate.com/actuate11/blog" target="_blank">Blogs |</A>
</td>
<td class="td-link" align="right">
<A HREF="http://www.actuate.com/actuate11/esupport" target="_blank">Support |</A>
</td>
<td class="td-link" align="right">
<A HREF="#" onclick="sendEmail();"> Give Us Feedback |</A>
</td>
<td class="td-link" align="right">
<A HREF="http://www.actuate.com/actuate11/resources" target="_blank"> More...</A>
</td>
</td>
</table>
3 Change all the links to http://www.actuate.com/ to addresses for your corporate web site.
4 Save and close the content file.
5 Repeat steps 2 through 4 for each content file you need to change.