From: Tim Starling Date: Sun, 25 Jan 2004 14:36:59 +0000 (+0000) Subject: Optim's trailing text on Special:Userlogin X-Git-Tag: 1.3.0beta1~1095 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=e9a0987ff6df52877ca1beaafbb25056aa159aa0;p=lhc%2Fweb%2Fwiklou.git Optim's trailing text on Special:Userlogin --- diff --git a/includes/SpecialUserlogin.php b/includes/SpecialUserlogin.php index 0927e30624..186521b9da 100644 --- a/includes/SpecialUserlogin.php +++ b/includes/SpecialUserlogin.php @@ -286,6 +286,8 @@ function userNotPrivilegedMessage() $ye = wfMsg( "youremail" ); $efl = wfMsg( "emailforlost" ); $mmp = wfMsg( "mailmypassword" ); + $endText = wfMsg( "loginend" ); + $name = $wpName; if ( "" == $name ) { @@ -302,7 +304,7 @@ function userNotPrivilegedMessage() $wgOut->setArticleRelated( false ); if ( "" == $err ) { - $lp = wfMsg( "loginprompt" ); + $lp = wfMsg( "loginprompt" ); $wgOut->addHTML( "

$li:

\n

$lp

" ); } else { $wgOut->addHTML( "

$le:

\n \n" ); - - - + $wgOut->addHTML( $endText ); } /* private */ function hasSessionCookie() diff --git a/languages/Language.php b/languages/Language.php index 21548f4296..9b54441e2c 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -595,6 +595,7 @@ You should log in and change your password now.", "passwordsent" => "A new password has been sent to the e-mail address registered for \"$1\". Please log in again after you receive it.", +"loginend" => "", # Edit page toolbar "bold_sample"=>"Bold text",