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