Index: trunk/phase3/includes/specials/SpecialPrefixindex.php |
— | — | @@ -107,7 +107,15 @@ |
108 | 108 | Xml::label( wfMsg( 'namespace' ), 'namespace' ) . |
109 | 109 | "</td> |
110 | 110 | <td class='mw-input'>" . |
111 | | - Xml::namespaceSelector( $namespace, null ) . ' ' . |
| 111 | + Html::namespaceSelector( array( |
| 112 | + 'selected' => $namespace, |
| 113 | + 'all' => null, |
| 114 | + 'label' => null, |
| 115 | + ), array( |
| 116 | + 'name' => 'namespace', |
| 117 | + 'id' => 'namespace', |
| 118 | + 'class' => 'namespaceselector', |
| 119 | + ) ) . |
112 | 120 | Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . |
113 | 121 | "</td> |
114 | 122 | </tr>"; |