From 4a5b004c0f5c8bfcd39051f1753cf785f8adb7af Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Fri, 30 Apr 2010 08:31:08 +0000 Subject: [PATCH] Cosmetics on the login page SVN:trunk[376] --- application/loginwebpage.class.inc.php | 2 +- dictionaries/dictionary.itop.ui.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application/loginwebpage.class.inc.php b/application/loginwebpage.class.inc.php index f43548aff..9f5b68d37 100644 --- a/application/loginwebpage.class.inc.php +++ b/application/loginwebpage.class.inc.php @@ -54,7 +54,7 @@ h1 { } $this->add("
\n"); $this->add("\n"); - $this->add("\n"); + $this->add("\n"); $this->add("\n"); $this->add("\n"); $this->add("
\n"); diff --git a/dictionaries/dictionary.itop.ui.php b/dictionaries/dictionary.itop.ui.php index f35517eb0..dde250a31 100644 --- a/dictionaries/dictionary.itop.ui.php +++ b/dictionaries/dictionary.itop.ui.php @@ -362,8 +362,8 @@ Dict::Add('EN US', 'English', 'English', array( 'UI:Login:Welcome' => 'Welcome to iTop!', 'UI:Login:IncorrectLoginPassword' => 'Incorrect login/password, please try again.', 'UI:Login:IdentifyYourself' => 'Identify yourself before continuing', - 'UI:Login:UserNamePrompt' => 'User Name:', - 'UI:Login:PasswordPrompt' => 'Password:', + 'UI:Login:UserNamePrompt' => 'User Name', + 'UI:Login:PasswordPrompt' => 'Password', 'UI:Button:Login' => 'Enter iTop', 'UI:Login:Error:AccessRestricted' => 'iTop access is restricted. Please, contact an iTop administrator.', ));