From: Raimond Spekking Date: Fri, 19 Jun 2009 14:42:43 +0000 (+0000) Subject: Add heading of the deletion log on the 'delete' form for consistency with 'move'... X-Git-Tag: 1.31.0-rc.0~41290 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=90e817f4506e401479dddfd681db1193f8f169a1;p=lhc%2Fweb%2Fwiklou.git Add heading of the deletion log on the 'delete' form for consistency with 'move' and 'protect' forms --- diff --git a/includes/Article.php b/includes/Article.php index d0b8786710..e34f30b5f5 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2511,6 +2511,7 @@ class Article { } $wgOut->addHTML( $form ); + $wgOut->addHTML( Xml::element( 'h2', null, LogPage::logName( 'delete' ) ) ); LogEventsList::showLogExtract( $wgOut, 'delete', $this->mTitle->getPrefixedText() ); }