Localization of the title of the login page

SVN:1.2[2111]
This commit is contained in:
Denis Flaven
2012-06-15 13:27:16 +00:00
parent 8d962f4bdb
commit 0e6876b068

View File

@@ -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;