From: Alexandre Emsenhuber Date: Thu, 23 Jul 2009 18:00:32 +0000 (+0000) Subject: Apply ^demon's patch. Reason was: fixes mismatched issue from when child... X-Git-Tag: 1.31.0-rc.0~40760 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=2fb2f17fb00214b4c7ff7e82f9b9127276d5b8cd;p=lhc%2Fweb%2Fwiklou.git Apply ^demon's patch. Reason was: fixes mismatched issue from when child did not implement TablePager's getStartBody() with a trailing Also adds around header rows, like parent does. --- diff --git a/includes/specials/SpecialAllmessages.php b/includes/specials/SpecialAllmessages.php index 7136df1b60..3b4c84eab5 100644 --- a/includes/specials/SpecialAllmessages.php +++ b/includes/specials/SpecialAllmessages.php @@ -268,7 +268,7 @@ class AllmessagesTablePager extends TablePager { function getStartBody() { return Xml::openElement( 'table', array( 'class' => 'TablePager', 'id' => 'mw-allmessagestable' ) ) . "\n" . - " + " " . wfMsg( 'allmessagesname' ) . " @@ -280,7 +280,7 @@ class AllmessagesTablePager extends TablePager { " . wfMsg( 'allmessagescurrent' ) . " - \n"; + \n"; } function formatValue( $field , $value ){