r20738 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20737‎ | r20738 | r20739 >
Date:14:34, 27 March 2007
Author:robchurch
Status:old
Tags:
Comment:
Give the username field an identifier so the label is "linked" to it again
Modified paths:
  • /trunk/phase3/includes/SpecialListusers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialListusers.php
@@ -137,7 +137,7 @@
138138
139139 # Username field
140140 $out .= Xml::label( wfMsg( 'listusersfrom' ), 'offset' ) . ' ' .
141 - Xml::input( 'username', 20, $this->requestedUser ) . ' ';
 141+ Xml::input( 'username', 20, $this->requestedUser, array( 'id' => 'offset' ) ) . ' ';
142142
143143 if( $this->mLimit )
144144 $out .= Xml::hidden( 'limit', $this->mLimit );