* the number of rows to return, display direction and table headers frequencies
weren't passed between scripts; * codding standards; * little bugs with vertical/horizontal display directions.
This commit is contained in:
@@ -173,9 +173,12 @@ $cfgTextareaCols = 40; // textarea size (columns) in edit mode
|
||||
$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
|
||||
// (or at the top with vertical 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)
|
||||
// (or at the bottom with vertical browse)
|
||||
$cfgDefaultDisplay = 'horizontal'; // default display direction (horizontal|vertical)
|
||||
$cfgRepeatCells = 100; // repeat header names every X cells? (0 = deactivate)
|
||||
|
||||
|
||||
/**
|
||||
* MySQL settings
|
||||
|
Reference in New Issue
Block a user