changed login caption
This commit is contained in:
parent
725cd7f6d4
commit
6a87b8b7c8
|
@ -3,7 +3,7 @@
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
|
||||||
Copyright (C) 2006 - 2011 Roland Gruber
|
Copyright (C) 2006 - 2013 Roland Gruber
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -362,7 +362,7 @@ class selfServiceProfile {
|
||||||
$this->httpAuthentication = false;
|
$this->httpAuthentication = false;
|
||||||
$this->pageHeader = '<table border=0 width="100%" class="lamHeader ui-corner-all"><tr><td align="left" height="30"><a class="lamHeader" href="http://www.ldap-account-manager.org/" target="new_window"> <img src="../../graphics/logo32.png" width=24 height=24 class="align-middle" alt="LDAP Account Manager"> LDAP Account Manager</a></td></tr></table><br>';
|
$this->pageHeader = '<table border=0 width="100%" class="lamHeader ui-corner-all"><tr><td align="left" height="30"><a class="lamHeader" href="http://www.ldap-account-manager.org/" target="new_window"> <img src="../../graphics/logo32.png" width=24 height=24 class="align-middle" alt="LDAP Account Manager"> LDAP Account Manager</a></td></tr></table><br>';
|
||||||
$this->additionalCSS = '';
|
$this->additionalCSS = '';
|
||||||
$this->loginCaption = _("Welcome to LAM self service. Please enter your user name and password.");
|
$this->loginCaption = '<b>' . _("Welcome to LAM self service. Please enter your user name and password.") . '</b>';
|
||||||
$this->loginAttributeText = _('User name');
|
$this->loginAttributeText = _('User name');
|
||||||
$this->mainPageText = "<h1>LAM self service</h1>\n" . _("Here you can change your personal settings.");
|
$this->mainPageText = "<h1>LAM self service</h1>\n" . _("Here you can change your personal settings.");
|
||||||
$this->inputFields = array(
|
$this->inputFields = array(
|
||||||
|
|
Loading…
Reference in New Issue