diff --git a/tbl_printview.php b/tbl_printview.php index 73f4f2c29..d388cc7bd 100644 --- a/tbl_printview.php +++ b/tbl_printview.php @@ -1,31 +1,30 @@ 1); if ($multi_tables) { if (empty($GLOBALS['is_header_sent'])) { - require_once('./libraries/header.inc.php'); + require_once './libraries/header.inc.php'; } $tbl_list = ''; - foreach ($the_tables AS $key => $table) { + foreach ($the_tables as $key => $table) { $tbl_list .= (empty($tbl_list) ? '' : ', ') . PMA_backquote(urldecode($table)); } - echo ''. $strShowTables . ': ' . $tbl_list . '' . "\n"; + echo ''. $strShowTables . ': ' . $tbl_list . '' . "\n"; echo '
- | - - | - | - + | + | + + | + | + ' . $strLinksTo . '' . "\n"; + echo ' | ' . $strLinksTo . ' | ' . "\n"; } if ($cfgRelation['commwork']) { echo '' . $strComments . ' | ' . "\n"; @@ -155,26 +157,22 @@ foreach ($the_tables AS $key => $table) { } ?>||
---|---|---|---|---|---|---|---|---|---|---|---|
+ + | |||||||||||
' . $field_name . ' ' . "\n"; + echo ' ' . $field_name . '' . "\n"; } else { - echo ' ' . $field_name . ' ' . "\n"; + echo ' ' . $field_name . "\n"; } ?> | -> | - -- | - + | + + | + | + '; + echo ' | '; if (isset($res_rel[$field_name])) { echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field'] ); } echo ' | ' . "\n"; } if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) { - echo ''; + echo ' | '; $comments = PMA_getComments($db, $table); if (isset($comments[$field_name])) { echo htmlspecialchars($comments[$field_name]); @@ -241,7 +237,7 @@ foreach ($the_tables AS $key => $table) { if ($cfgRelation['mimework']) { $mime_map = PMA_getMIME($db, $table, true); - echo ' | '; + echo ' | '; if (isset($mime_map[$field_name])) { echo htmlspecialchars(str_replace('_', '/', $mime_map[$field_name]['mimetype'])); } @@ -252,18 +248,16 @@ foreach ($the_tables AS $key => $table) { + |
@@ -293,26 +287,26 @@ foreach ($the_tables AS $key => $table) { 0) { @@ -327,35 +321,35 @@ foreach ($the_tables AS $key => $table) { if ($num_rows > 0) { list($avg_size, $avg_unit) = PMA_formatByteDown(($showtable['Data_length'] + $showtable['Index_length']) / $showtable['Rows'], 6, 1); } - + // Displays them ?> |
---|
-
-
|