From 3c46ac90113707a26294fde16d49966f3cf73b38 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 24 Jan 2012 15:20:47 +0000 Subject: [PATCH] Added the ability to display a custom welcome/disclaimer message at the bottom of the login form. SVN:trunk[1806] --- application/loginwebpage.class.inc.php | 1 + dictionaries/dictionary.itop.ui.php | 1 + 2 files changed, 2 insertions(+) diff --git a/application/loginwebpage.class.inc.php b/application/loginwebpage.class.inc.php index 0c48aa666d..39ae11f6c9 100644 --- a/application/loginwebpage.class.inc.php +++ b/application/loginwebpage.class.inc.php @@ -147,6 +147,7 @@ EOF $this->add("\n"); $this->add("\n"); $this->add("\n"); + $this->add(Dict::S('UI:Login:About')); $this->add("\n"); break; } diff --git a/dictionaries/dictionary.itop.ui.php b/dictionaries/dictionary.itop.ui.php index e73fb8e983..8de8da630b 100644 --- a/dictionaries/dictionary.itop.ui.php +++ b/dictionaries/dictionary.itop.ui.php @@ -470,6 +470,7 @@ Dict::Add('EN US', 'English', 'English', array( 'UI:Login:IdentifyYourself' => 'Identify yourself before continuing', 'UI:Login:UserNamePrompt' => 'User Name', 'UI:Login:PasswordPrompt' => 'Password', + 'UI:Login:About' => '', 'UI:Login:ChangeYourPassword' => 'Change Your Password', 'UI:Login:OldPasswordPrompt' => 'Old password', 'UI:Login:NewPasswordPrompt' => 'New password',