Index: trunk/phase3/includes/specials/SpecialContributions.php |
— | — | @@ -444,7 +444,16 @@ |
445 | 445 | ) |
446 | 446 | ) . |
447 | 447 | Xml::tags( 'td', null, |
448 | | - Xml::namespaceSelector( $this->opts['namespace'], '' ) . ' ' . |
| 448 | + Html::namespaceSelector( array( |
| 449 | + 'selected' => $this->opts['namespace'], |
| 450 | + 'all' => '', |
| 451 | + 'label' => null, |
| 452 | + ), array( |
| 453 | + 'name' => 'namespace', |
| 454 | + 'id' => 'namespace', |
| 455 | + 'class' => 'namespaceselector', |
| 456 | + ) ) . |
| 457 | + ' ' . |
449 | 458 | Html::rawElement( 'span', array( 'style' => 'white-space: nowrap' ), |
450 | 459 | Xml::checkLabel( |
451 | 460 | $this->msg( 'invert' )->text(), |