From 58d0b27bf403f8bfedfa48da590460bed1912812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Wed, 1 May 2002 08:50:23 +0000 Subject: [PATCH] added labels and beautified display --- ChangeLog | 3 +- tbl_properties_options.php3 | 74 +++++++++++++++++++++++-------------- 2 files changed, 49 insertions(+), 28 deletions(-) diff --git a/ChangeLog b/ChangeLog index 86cf372d3..8b32ca2aa 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,8 @@ $Id$ $Source$ 2002-05-01 Loïc Chapeaux - * tbl_properties.php3; , tbl_properties_table_info.php3: comments. + * tbl_properties.php3; tbl_properties_table_info.php3: comments. + * tbl_properties_options.php3: added labels and beautified display. 2002-04-30 Loïc Chapeaux * lang/italian.inc.php3: updated thanks to Pietro Danesi. diff --git a/tbl_properties_options.php3 b/tbl_properties_options.php3 index 4b508293c..281bfd272 100755 --- a/tbl_properties_options.php3 +++ b/tbl_properties_options.php3 @@ -2,12 +2,19 @@ /* $Id$ */ +/** + * Gets tables informations and displays top links + */ require('./tbl_properties_common.php3'); require('./tbl_properties_table_info.php3'); -echo "
    \n"; + +/** + * Displays form controls + */ if (PMA_MYSQL_INT_VERSION >= 32322) { -?> + ?> +
    • @@ -79,35 +86,48 @@ if (PMA_MYSQL_INT_VERSION >= 32322) {
    • - = 3.23.22 -if (PMA_MYSQL_INT_VERSION >= 32322) { -?> -
    • -
      - - - - - - />pack_keys
      - - />checksum
      - - />delay_key_write - -
      +
    • + + + + +
      +
      + + + + + + + + + + +
      + /> +    +
      + /> +    +
      + /> +    +    +
      + +
      +
      +
    • - + = 32322) -echo "
    \n"; /** * Displays the footer