From 0f9e805777c140099dd8091c6da2511685f08fc1 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 14 May 2002 17:24:20 +0000 Subject: [PATCH] checkboxes --- db_details_structure.php3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/db_details_structure.php3 b/db_details_structure.php3 index 309c648a5a..6fe279e66a 100644 --- a/db_details_structure.php3 +++ b/db_details_structure.php3 @@ -451,13 +451,13 @@ if ( PMA_PHP_INT_VERSION >= 40000 ' . "\n"; echo ' ' . $strPageNumber . ' ' . "\n"; -echo ' ' . '' . "\n"; -echo ' ' . $strShowGrid . ' ' . "\n"; +echo ' ' . '
' . "\n"; echo ' ' . '' . "\n"; -echo ' ' . $strShowColor . ' ' . "\n"; +echo ' ' . $strShowGrid . ' 
' . "\n"; echo ' ' . '' . "\n"; -echo ' ' . $strShowTableDimension . ' ' . "\n"; +echo ' ' . $strShowColor . ' 
' . "\n"; echo ' ' . '' . "\n"; +echo ' ' . $strShowTableDimension . ' ' . "\n"; echo ' ' . ' ' . "\n"; ?>