patch #2596230 [XHTML] View table headers/footers completely

This commit is contained in:
Marc Delisle
2009-02-20 09:22:20 +00:00
parent d8154ae981
commit de126075ef
6 changed files with 17 additions and 15 deletions

View File

@@ -92,7 +92,7 @@ function PMA_TableHeader($db_is_information_schema = false)
echo '<table class="data" style="float: left;">' . "\n"
.'<thead>' . "\n"
.'<tr><td></td>' . "\n"
.'<tr><th></th>' . "\n"
.' <th>' . PMA_SortableTableHeader($GLOBALS['strTable'], 'table') . '</th>' . "\n"
.' <th colspan="' . $action_colspan . '">' . "\n"
.' ' . $GLOBALS['strAction'] . "\n"
@@ -513,7 +513,7 @@ if ($is_show_stats) {
?>
</tbody>
<tbody>
<tr><td></td>
<tr><th></th>
<th align="center" nowrap="nowrap">
<?php
// for blobstreaming - if the number of tables is 0, set tableReductionCount to 0