Follow

ShowTitleBar package property not working properly in SCORM Engine 2007.x

Avatar

You will need to replace the code for ShowTitleBar in the [ClientName]top.aspx file that resides in the remoteuifiles directory with this:

 

 <%
            if (this.ShowTitleBar)
            {
        %>
        <table style="position: relative; top: -5px" align="center" width="100%" border="0"
            cellpadding="0" cellspacing="0">
            <tr>
                <td align="right">
                    <img id="header_imgHeader_ImageHeaderLeft" src="images/headerthinleft.jpg" alt="Rustici Software"
                        border="0" /></td>
                <td width="100%" background="images/headerthinmiddle.jpg">
                    <img id="header_imgHeader_ImageHeaderLeft" src="images/clear.gif" alt="Rustici Software"
                        style="border-width: 0px;" /></td>
                <td align="left">
                    <img id="header_imgHeader_ImageHeaderRight" usemap="#Map" src="images/headerthinright.jpg"
                        alt="Learning, Standards, Systems" border="0" /></td>
            </tr>
        </table>
        <div class="title" style="left: 20px; position: absolute; top: 19px">
            <%=CourseTitle%>
        </div>
        <% } %>

 

This update will not require a re-compile...as a reminder, always backup your files before making changes...

Thank you,

Joe

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Powered by Zendesk