Bläddra i källkod

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1806 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 år sedan
förälder
incheckning
59fb31a6e1
2 ändrade filer med 2 tillägg och 0 borttagningar
  1. 1 0
      application/loginwebpage.class.inc.php
  2. 1 0
      dictionaries/dictionary.itop.ui.php

+ 1 - 0
application/loginwebpage.class.inc.php

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

+ 1 - 0
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',