Skip to content

Commit

Permalink
Remove display direction
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Jan 12, 2015
1 parent aa7fa19 commit 6d12882
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 612 deletions.
6 changes: 0 additions & 6 deletions config.sample.inc.php
Expand Up @@ -115,12 +115,6 @@
//$cfg['DefaultLang'] = 'en';
//$cfg['DefaultLang'] = 'de';

/**
* default display direction (horizontal|vertical|horizontalflipped)
*/
//$cfg['DefaultDisplay'] = 'vertical';


/**
* How many columns should be used for table display of a database?
* (a value larger than 1 results in some information being hidden)
Expand Down
20 changes: 0 additions & 20 deletions doc/config.rst
Expand Up @@ -2252,18 +2252,6 @@ Design customization
the left side, right side, both sides or nowhere). "left" and "right"
are parsed as "top" and "bottom" with vertical display mode.

.. config:option:: $cfg['DefaultDisplay']
:type: string
:default: ``'horizontal'``

There are 3 display modes: horizontal, horizontalflipped and vertical.
Define which one is displayed by default. The first mode displays each
row on a horizontal line, the second rotates the headers by 90
degrees, so you can use descriptive headers even though columns only
contain small values and still print them out. The vertical mode sorts
each row on a vertical lineup.

.. config:option:: $cfg['RememberSorting']
:type: boolean
Expand Down Expand Up @@ -2516,14 +2504,6 @@ Web server upload/save/import directories
Various display setting
-----------------------

.. config:option:: $cfg['ShowDisplayDirection']
:type: boolean
:default: false

Defines whether or not type display direction option is shown when
browsing a table.

.. config:option:: $cfg['RepeatCells']
:type: integer
Expand Down

1 comment on commit 6d12882

@Yasen
Copy link

@Yasen Yasen commented on 6d12882 Jan 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wish the vertical display result feature is back. Often we have a single too long row and most of the content is hidden. Thus users have to scroll horizontally which is obviously kind of annoying...

Please sign in to comment.