From: Antoine Musso Date: Tue, 11 Jul 2006 17:38:12 +0000 (+0000) Subject: * Form indentation X-Git-Tag: 1.31.0-rc.0~56294 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/Bar?a=commitdiff_plain;h=b85573552b13be4c8971758b6f7a3e9e281c5c89;p=lhc%2Fweb%2Fwiklou.git * Form indentation * Remove the 'namespace' label, looks useless --- diff --git a/includes/SpecialWatchlist.php b/includes/SpecialWatchlist.php index d96bb0042c..e02250f566 100644 --- a/includes/SpecialWatchlist.php +++ b/includes/SpecialWatchlist.php @@ -343,14 +343,12 @@ function wfSpecialWatchlist( $par ) { $wgOut->addHTML( implode( ' | ', $links ) ); # Form for namespace filtering - $wgOut->addHTML( + $wgOut->addHTML( "\n" . wfOpenElement( 'form', array( 'method' => 'post', 'action' => $thisTitle->getLocalURL(), ) ) . - wfLabel( - wfMsgExt( 'namespace', array( 'parseinline') ), - 'namespace' ) . + wfMsgExt( 'namespace', array( 'parseinline') ) . HTMLnamespaceselector( $nameSpace, '' ) . "\n" . ( $hideOwn ? wfHidden('hideown', 1)."\n" : '' ) . ( $hideBots ? wfHidden('hidebots', 1)."\n" : '' ) .