Visual Layout Configuration | WiwiHome :: [LayoutSelection] |
The OpenEMR wiki has moved.
Click following link to go there:
http://www.openmedsoftware.org/wiki/OpenEMR_Layout_Selection
(The below documentation is outdated and is only being kept for historical purposes)
Click following link to go there:
http://www.openmedsoftware.org/wiki/OpenEMR_Layout_Selection
(The below documentation is outdated and is only being kept for historical purposes)
OpenEMR now has three visual layouts to choose from; traditional, frames with radio buttons, and frames with tree view selection (screenshots of each of these are shown below). The layout is chosen by editing the openemr/interface/globals.php file here:
// Set this to 1 or 2 to activate support for the new frame layout.
// 0 = Old-style layout
// 1 = Navigation menu consists of pairs of radio buttons
// 2 = Navigation menu is a tree view
//
$GLOBALS['concurrent_layout'] = 1;



// Set this to 1 or 2 to activate support for the new frame layout.
// 0 = Old-style layout
// 1 = Navigation menu consists of pairs of radio buttons
// 2 = Navigation menu is a tree view
//
$GLOBALS['concurrent_layout'] = 1;
- Below screenshot is the Old-style layout (also called traditional view).

- Below screenshot is the Navigation menu with radio buttons view.

- Below screenshot is the Navigation menu with tree view.

|
Last modified: 24.11.09 by bradymiller
|
