Use "prefix" rather than "from" for the textbox'y name so that it *really* only show...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 25 Mar 2009 20:14:22 +0000 (20:14 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Wed, 25 Mar 2009 20:14:22 +0000 (20:14 +0000)
includes/specials/SpecialPrefixindex.php

index 680fe34..55e39cf 100644 (file)
@@ -63,7 +63,7 @@ class SpecialPrefixindex extends SpecialAllpages {
                                Xml::label( wfMsg( 'allpagesprefix' ), 'nsfrom' ) .
                                "</td>
                                <td class='mw-input'>" .
-                                       Xml::input( 'from', 30, str_replace('_',' ',$from), array( 'id' => 'nsfrom' ) ) .
+                                       Xml::input( 'prefix', 30, str_replace('_',' ',$from), array( 'id' => 'nsfrom' ) ) .
                                "</td>
                        </tr>
                        <tr>