Added the ability to display a custom welcome/disclaimer message at the bottom of the login form.

SVN:1.2[1807]
This commit is contained in:
Denis Flaven
2012-01-24 15:24:25 +00:00
parent 0c8ef6a690
commit 9da00b83b2
2 changed files with 2 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ EOF
$this->add("</table>\n");
$this->add("<input type=\"hidden\" name=\"loginop\" value=\"login\" />\n");
$this->add("</form>\n");
$this->add(Dict::S('UI:Login:About'));
$this->add("</div>\n");
break;
}

View File

@@ -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',