From: Alexandre Emsenhuber Date: Wed, 25 Mar 2009 20:14:22 +0000 (+0000) Subject: Use "prefix" rather than "from" for the textbox'y name so that it *really* only show... X-Git-Tag: 1.31.0-rc.0~42352 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=2dacb1961bef95358ddbc2c5d73e6e861aed2b13;p=lhc%2Fweb%2Fwiklou.git Use "prefix" rather than "from" for the textbox'y name so that it *really* only show subpages --- diff --git a/includes/specials/SpecialPrefixindex.php b/includes/specials/SpecialPrefixindex.php index 680fe34360..55e39cf1d0 100644 --- a/includes/specials/SpecialPrefixindex.php +++ b/includes/specials/SpecialPrefixindex.php @@ -63,7 +63,7 @@ class SpecialPrefixindex extends SpecialAllpages { Xml::label( wfMsg( 'allpagesprefix' ), 'nsfrom' ) . " " . - Xml::input( 'from', 30, str_replace('_',' ',$from), array( 'id' => 'nsfrom' ) ) . + Xml::input( 'prefix', 30, str_replace('_',' ',$from), array( 'id' => 'nsfrom' ) ) . "