Revision 1 posted to Content Management - Wiki by Molly Watts on 2/11/2015 6:55:52 PM
Applies To | |||
Product(s): | Bentley Transmittal Portal | ||
Version(s): | 01.00.01.138 | ||
Environment: | N\A | ||
Area: | N/A | ||
Subarea: | N\A | ||
Original Author: | Molly Watts, Bentley Technical Support Group | ||
Problem Description
XXXXXXX(Provide a complete description of the problem. Should be written in the "first person" [e.g., "When I compute the model…"])XXXXXXX
Steps to Resolve
- There are two files, one for the logon screen and another for the other pages of the portal. They are both changed in the same manner for both the headline and logo:
C:\Program Files\Bentley\Transmittals\portal\views\account\logon.cshtml
C:\Program Files\Bentley\Transmittals\portal\views\shared\_Layout.cshtm - To change headline:
The line that needs to be changed is
<span class="clientHeader">@View.Layout_CustomizableHeadline</span>
by changing the entire section between the ><, you can change the headline.
For example: <span class="clientHeader">This is my headline</span>
3. To change logo:
<img src="@Url.Content("~/Content/TransmittalsPortalLogo.png")" alt="Logo" />
So the png file is found here:
C:\Program Files\Bentley\Transmittals\portal\contentEither name yours with that same name (TransmittalsPortalLogo.png) in that directory, or change the line in the file to give your file name.
Tags: 01.00.01.138, ProjectWise, Bentley Transmittal Portal, SELECTsupport