r48845 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48844‎ | r48845 | r48846 >
Date:20:14, 25 March 2009
Author:ialex
Status:ok (Comments)
Tags:
Comment:
Use "prefix" rather than "from" for the textbox'y name so that it *really* only show subpages
Modified paths:
  • /trunk/phase3/includes/specials/SpecialPrefixindex.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialPrefixindex.php
@@ -63,7 +63,7 @@
6464 Xml::label( wfMsg( 'allpagesprefix' ), 'nsfrom' ) .
6565 "</td>
6666 <td class='mw-input'>" .
67 - Xml::input( 'from', 30, str_replace('_',' ',$from), array( 'id' => 'nsfrom' ) ) .
 67+ Xml::input( 'prefix', 30, str_replace('_',' ',$from), array( 'id' => 'nsfrom' ) ) .
6868 "</td>
6969 </tr>
7070 <tr>

Comments

#Comment by Brion VIBBER (talk | contribs)   23:22, 15 April 2009

Good catch! I never noticed that one. :D

Status & tagging log