r30133 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30132‎ | r30133 | r30134 >
Date:22:54, 24 January 2008
Author:aaron
Status:old
Tags:
Comment:
Add footer
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount.i18n.php (modified) (history)
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -218,6 +218,8 @@
219219 $form .= wfCloseElement( 'form' );
220220
221221 $wgOut->addHTML( $form );
 222+
 223+ $wgOut->addWikiText( wfMsgHtml( "requestaccount-footer" ) );
222224 }
223225
224226 function doSubmit() {
Index: trunk/extensions/ConfirmAccount/ConfirmAccount.i18n.php
@@ -16,6 +16,7 @@
1717
1818 Once the account is approved, you will be emailed a notification message and the account will be usable at
1919 [[Special:Userlogin]].',
 20+ 'requestaccount-footer' => '',
2021 'requestaccount-page' => '{{ns:project}}:Terms of Service',
2122 'requestaccount-dup' => '\'\'\'Note: You already are logged in with a registered account.\'\'\'',
2223 'requestaccount-leg-user' => 'User account',
@@ -51,6 +52,8 @@
5253 The name I have specified under "Real name" is in fact my own real name.',
5354 'requestaccount-submit' => 'Request account',
5455 'requestaccount-sent' => 'Your account request has successfully been sent and is now pending review.',
 56+
 57+
5558 'request-account-econf' => 'Your e-mail address has been confirmed and will be listed as such in your account
5659 request.',
5760 'requestaccount-email-subj' => '{{SITENAME}} e-mail address confirmation',

Status & tagging log