Index: trunk/phase3/includes/specials/SpecialPrefixindex.php |
— | — | @@ -63,7 +63,7 @@ |
64 | 64 | Xml::label( wfMsg( 'allpagesprefix' ), 'nsfrom' ) . |
65 | 65 | "</td> |
66 | 66 | <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' ) ) . |
68 | 68 | "</td> |
69 | 69 | </tr> |
70 | 70 | <tr> |