mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Localization of the title of the login page
SVN:1.2[2111]
This commit is contained in:
@@ -34,7 +34,7 @@ class LoginWebPage extends NiceWebPage
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct("iTop Login");
|
||||
parent::__construct(Dict::S("UI:iTopLogin"));
|
||||
$this->add_style(<<<EOF
|
||||
body {
|
||||
background: #eee;
|
||||
|
||||
Reference in New Issue
Block a user