diff --git a/ChangeLog b/ChangeLog index 106aacf10..fc120a443 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ $Source$ * Documentation.html, config.inc.php3, db_details_structure.php3, pdf_schema.php3: new 'table_coords' because a table can appear on more than one PDF page + * tbl_relation.php3, lang/*.php3: strChangeDisplay for display + field maintenance 2002-05-23 Alexander M. Turek * Documentation.html: The Mozilla textarea bug also appears in diff --git a/Documentation.html b/Documentation.html index 1e6af1f36..278ae58b7 100755 --- a/Documentation.html +++ b/Documentation.html @@ -683,12 +683,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://' $cfg['Servers'][$i]['table_info']
  • - then manually fill this table with information about the - display fields. + then for each table where you want to use this feature, + click "Structure/Relation view/Choose field to display" + to choose the field.

  • - Usage tips: - display field. + Usage tip: Display field.

    @@ -1804,15 +1804,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://' How can I use the "display field" feature?
    Starting from the previous example, create the PMA_table_info as explained - in the configuration section, then: -

    - -      INSERT INTO `PMA_table_info` (table_name, display_field) VALUES ('towns', 'description');
    -      INSERT INTO `PMA_table_info` (table_name, display_field) VALUES ('countries', 'description');
    -
    -
    - Then browse your persons table, and move the mouse over a town code or - country code. + in the configuration section, then browse your persons table, + and move the mouse over a town code or country code.