Bring back "booksources-summary", displayed above the search form on Special:Booksour...
authorRob Church <robchurch@users.mediawiki.org>
Tue, 19 Dec 2006 23:42:00 +0000 (23:42 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 19 Dec 2006 23:42:00 +0000 (23:42 +0000)
includes/SpecialBooksources.php

index 697edca..4faeb5a 100644 (file)
@@ -32,6 +32,7 @@ class SpecialBookSources extends SpecialPage {
                global $wgOut, $wgRequest;
                $this->setHeaders();
                $this->isbn = $this->cleanIsbn( $isbn ? $isbn : $wgRequest->getText( 'isbn' ) );
+               $wgOut->addWikiText( wfMsgNoTrans( 'booksources-summary' ) );
                $wgOut->addHtml( $this->makeForm() );
                if( strlen( $this->isbn) > 0 )
                        $wgOut->addHtml( $this->makeList() );