r24131 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24130‎ | r24131 | r24132 >
Date:21:09, 15 July 2007
Author:aaron
Status:old
Tags:
Comment:
*Fix input name
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -480,8 +480,8 @@
481481 $form = "<form name='accountconfirm' action='$action' method='post'><fieldset>";
482482 $form .= '<legend>' . wfMsg('requestacount-legend1') . '</legend>';
483483 $form .= '<table cellpadding=\'4\'>';
484 - $form .= "<tr><td>".Xml::label( wfMsgHtml('username'), 'wpUsername' )."</td>";
485 - $form .= "<td>".Xml::input( 'wpUsername', 30, $row->acr_name, array('id' => 'wpUsername') )."</td></tr>\n";
 484+ $form .= "<tr><td>".Xml::label( wfMsgHtml('username'), 'wpNewName' )."</td>";
 485+ $form .= "<td>".Xml::input( 'wpNewName', 30, $row->acr_name, array('id' => 'wpNewName') )."</td></tr>\n";
486486
487487 $econf = $row->acr_email_authenticated ? ' <strong>'.wfMsg('confirmaccount-econf').'</strong>' : '';
488488 $form .= "<tr><td>".wfMsgHtml('requestaccount-email')."</td>";

Status & tagging log