Split the usage of the iTop logo: one logo to be displayed internally (once logged) one externally (login/logoff).

SVN:trunk[1021]
This commit is contained in:
Denis Flaven
2010-12-08 09:43:56 +00:00
parent 25ea409228
commit 6338775506
3 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ EOF
$sAuthPwd = utils::ReadParam('suggest_pwd', '');
$sVersionShort = Dict::Format('UI:iTopVersion:Short', ITOP_VERSION);
$this->add("<div id=\"login-logo\"><a href=\"http://www.combodo.com/itop\"><img title=\"$sVersionShort\" src=\"../images/itop-logo.png\"></a></div>\n");
$this->add("<div id=\"login-logo\"><a href=\"http://www.combodo.com/itop\"><img title=\"$sVersionShort\" src=\"../images/itop-logo-external.png\"></a></div>\n");
$this->add("<div id=\"login\">\n");
$this->add("<h1>".Dict::S('UI:Login:Welcome')."</h1>\n");
if ($bFailedLogin)