Index: trunk/extensions/Translate/scripts/groupStatistics.php |
— | — | @@ -190,11 +190,11 @@ |
191 | 191 | */ |
192 | 192 | class TranslateStatsOutput extends wikiStatsOutput { |
193 | 193 | function heading() { |
194 | | - echo '{| class="sortable wikitable" border="2" cellpadding="4" cellspacing="0" style="background-color: #F9F9F9; border: 1px #AAAAAA solid; border-collapse: collapse; clear:both;" width="100%"' . "\n"; |
| 194 | + echo '{| class="mw-ext-translate-groupstatistics sortable wikitable" border="2" cellpadding="4" cellspacing="0" style="background-color: #F9F9F9; border: 1px #AAAAAA solid; border-collapse: collapse; clear:both;" width="100%"' . "\n"; |
195 | 195 | } |
196 | 196 | |
197 | 197 | function summaryheading() { |
198 | | - echo "\n" . '{| class="sortable wikitable" border="2" cellpadding="4" cellspacing="0" style="background-color: #F9F9F9; border: 1px #AAAAAA solid; border-collapse: collapse; clear:both;"' . "\n"; |
| 198 | + echo "\n" . '{| class="mw-ext-translate-groupstatistics sortable wikitable" border="2" cellpadding="4" cellspacing="0" style="background-color: #F9F9F9; border: 1px #AAAAAA solid; border-collapse: collapse; clear:both;"' . "\n"; |
199 | 199 | } |
200 | 200 | |
201 | 201 | function addFreeText( $freeText ) { |