Index: trunk/extensions/Translate/SpecialLanguageStats.php |
— | — | @@ -83,7 +83,7 @@ |
84 | 84 | $out .= Xml::closeElement( 'tr' ); |
85 | 85 | |
86 | 86 | $out .= Xml::openElement( 'tr' ); |
87 | | - $out .= Xml::openElement( 'td', array( 'class' => 'mw-input' ) ); |
| 87 | + $out .= Xml::openElement( 'td', array( 'class' => 'mw-input', 'colspan' => 2 ) ); |
88 | 88 | $out .= Xml::submitButton( wfMsg( 'allpagessubmit' ) ); |
89 | 89 | $out .= Xml::closeElement( 'td' ); |
90 | 90 | $out .= Xml::closeElement( 'tr' ); |
— | — | @@ -96,7 +96,6 @@ |
97 | 97 | return $out; |
98 | 98 | } |
99 | 99 | |
100 | | - |
101 | 100 | # Statistics table element (heading or regular cell) |
102 | 101 | function element( $in, $bgcolor = '' ) { |
103 | 102 | if ( $bgcolor ) { |