* (bug 8274) Wrap edit tools in a <div> with a specified class
authorRob Church <robchurch@users.mediawiki.org>
Sun, 17 Dec 2006 03:17:12 +0000 (03:17 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sun, 17 Dec 2006 03:17:12 +0000 (03:17 +0000)
RELEASE-NOTES
includes/EditPage.php

index 52049dc..d7fd7a4 100644 (file)
@@ -333,6 +333,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   pages I create" options now accessible under "Watchlist" options
 * (bug 8153) <nowiki> doesn't work in site notice
 * (bug 6690) wfMsgNoTrans() transforms messages
+* (bug 8274) Wrap edit tools in a <div> with a specified class
 
 == Languages updated ==
 
index 9082fd2..454b5fd 100644 (file)
@@ -1243,7 +1243,10 @@ END
 </div><!-- editButtons -->
 </div><!-- editOptions -->");
 
+               $wgOut->addHtml( '<div class="editTools">' );
                $wgOut->addWikiText( wfMsgForContent( 'edittools' ) );
+               $wgOut->addHtml( '</div>' );
+
                $wgOut->addHTML( $this->editFormTextAfterTools );
 
                $wgOut->addHTML( "