![]() For information about Globalscape, visit www.globalscape.com. |
You can replace the Globalscape logo on the EFT Web Admin login page with your own company or department logo, or blank GIF if you do not want a logo. The graphic must be 50 pixels in height and must be a GIF. (If you want the logo to be more or less than 50 pixels in height, you must also edit the style sheet, as described below.)
To replace the login page logo in EFT Web Admin
Customer logo should ideally be 190 pixels width and 50 pixels height.
Name the file logoCustom.gif.
Copy the file to the /assets/gfx/ folder in the EFT Web Admin installation folder, e.g., C:\Program Files (x86)\Globalscape\EFT WebAdmin\webapps\EFTWebAdmin\assets\gfx.
In C:\Program Files (x86)\Globalscape\EFT WebAdmin\webapps\EFTWebAdmin, open login.aspx and search for the following text:
<body>
<div id="wrapper">
<diver id="content-login" title="Login">
<div class="logo"></div>
Change
<div class="logo">
to
<div class="LogoCustom">
Repeat steps 4-6 in C:\Program Files (x86)\Globalscape\EFT WebAdmin\webapps\EFTWebAdmin\Request\: open Default.aspx and search for the following text:
<body>
<div id="wrapper">
<diver id="content-login" title="Login">
<div class="logo"></div>
Change
<div class="logo">
to
<div class="LogoCustom">
If you made the logo to 190x50, then the logo is updated. If you were not able to make the logo 190x50, then adjust the style sheet as follows:
Open C:\Program Files (x86)\Globalscape\EFT WebAdmin\webapps\EFTWebAdmin\assets\css\style.css and look for the following text:
#content-login .logoCustom {
height: 50px
background:url("../gfx/logoCustom.gif") no-repeat left top;
margin-bottom:10px; }
Edit the size as needed, then save the files.
This online help file is for EFT WebAdmin. For other help documentation, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |