vertical browse

This commit is contained in:
Marc Delisle
2001-12-16 13:02:01 +00:00
parent b0cdfeaf2f
commit 99095998f1
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-12-16 Marc Delisle <lem9@users.sourceforge.net>
* start merging Vertical/horizontal browsing patch:
- config.inc.php3
2001-12-15 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* libraries/common.lib.php3:
- lines 145: ensure 'enable_dl' is set before using it;

View File

@@ -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