diff --git a/ChangeLog b/ChangeLog index 584c31592..6b5276126 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-12-16 Marc Delisle + * start merging Vertical/horizontal browsing patch: + - config.inc.php3 + 2001-12-15 Loïc Chapeaux * libraries/common.lib.php3: - lines 145: ensure 'enable_dl' is set before using it; diff --git a/config.inc.php3 b/config.inc.php3 index d6633cc36..412e6c891 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -174,7 +174,8 @@ $cfgTextareaRows = 7; // textarea size (rows) in edit mode $cfgLimitChars = 50; // max field data length in browse mode $cfgModifyDeleteAtLeft = TRUE; // show edit/delete links on left side of browse $cfgModifyDeleteAtRight = FALSE; // show edit/delete links on right side of browse - +$cfgDefaultDisplay = "horizontal"; // default display mode (horizontal|vertical) +$cfgRepeatCells = 100; // repeat header names every X cells? (0 = deactivate) /** * MySQL settings