Add an interface message loginstart, which, similarly to loginend, appears just befor...
authorAndrew Garrett <werdna@users.mediawiki.org>
Sun, 7 Oct 2007 13:49:38 +0000 (13:49 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Sun, 7 Oct 2007 13:49:38 +0000 (13:49 +0000)
includes/templates/Userlogin.php
languages/messages/MessagesEn.php

index 5b41ba7..e2eb19e 100644 (file)
@@ -24,6 +24,7 @@ class UserloginTemplate extends QuickTemplate {
        <div class="visualClear"></div>
 <?php } ?>
 
+<div id="loginstart"><?php $this->msgWiki( 'loginstart' ); ?></div>
 <div id="userloginForm">
 <form name="userlogin" method="post" action="<?php $this->text('action') ?>">
        <h2><?php $this->msg('login') ?></h2>
index f2bb899..f27b956 100644 (file)
@@ -882,6 +882,7 @@ to confirm that the account is actually yours.',
 'throttled-mailpassword'     => 'A password reminder has already been sent, within the
 last $1 hours. To prevent abuse, only one password reminder will be sent per
 $1 hours.',
+'loginstart'                 => '', # don't translate or duplicate this message to other languages
 'loginend'                   => '', # don't translate or duplicate this message to other languages
 'signupend'                  => '{{int:loginend}}', # don't translate or duplicate this message to other languages
 'mailerror'                  => 'Error sending mail: $1',