Difference between revisions of "OpenEMR Layout Selection"

From OpenEMR Project Wiki
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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:
Below is for older versions of OpenEMR. As of OpenEMR v6, the left sided menu nick-named frames is no longer supported. Here's the link to the discussion regarding that community decision, https://community.open-emr.org/t/drop-frames-support/11768.
<pre>
// 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;
</pre>


OpenEMR now has four visual layouts to choose from; traditional, frames with radio buttons, frames with tree view selection and frames with sliding menu (screenshots of each of these are shown below). The layout is chosen within OpenEMR at Administration->Globals->Appearance->Layout Style. support for the new frame layout.


:Below screenshot is the Old-style layout (also called traditional view).
 
[[File:Traditional-Layout.jpg|link=]]
:Below screenshot is the Navigation menu with sliding menu (current default view).
[[File:OpenEMR-Calendar_4_1.jpg|600px|link=]]
 
 
:Below screenshot is the Navigation menu with tree view.
[[File:Tree-Layout.jpg|link=]]




Line 18: Line 16:




:Below screenshot is the Navigation menu with tree view (current default view).
:Below screenshot is the Old-style layout (also called traditional view). We recommend avoiding this layout, since many of the contributing developers are no longer supporting this layout.
[[File:Tree-Layout.jpg|link=]]
[[File:Traditional-Layout.jpg|link=]]
 
[[Category:Configuration Guide]]

Latest revision as of 18:29, 24 June 2022

Below is for older versions of OpenEMR. As of OpenEMR v6, the left sided menu nick-named frames is no longer supported. Here's the link to the discussion regarding that community decision, https://community.open-emr.org/t/drop-frames-support/11768.

OpenEMR now has four visual layouts to choose from; traditional, frames with radio buttons, frames with tree view selection and frames with sliding menu (screenshots of each of these are shown below). The layout is chosen within OpenEMR at Administration->Globals->Appearance->Layout Style. support for the new frame layout.


Below screenshot is the Navigation menu with sliding menu (current default view).

OpenEMR-Calendar 4 1.jpg


Below screenshot is the Navigation menu with tree view.

Tree-Layout.jpg


Below screenshot is the Navigation menu with radio buttons view.

Radio-Layout.jpg


Below screenshot is the Old-style layout (also called traditional view). We recommend avoiding this layout, since many of the contributing developers are no longer supporting this layout.

Traditional-Layout.jpg