Removing unnecessary frameset and related bugs. (#1110)
commita186fe10408a66f8f6c4e5bff5c57e440abfd9f4
authorRod Roark <rod@sunsetsystems.com>
Wed, 4 Oct 2017 22:28:05 +0000 (4 15:28 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2017 22:28:05 +0000 (4 15:28 -0700)
treebe252a4c3f28984279622c7e267dccc524e86077
parent00017f6ef7d1947f6935db88f8264b1c33d33f78
Removing unnecessary frameset and related bugs. (#1110)

* Removing unnecessary frameset and related bugs.

When an encounter is entered the code has been creating a frameset for it with
a single frame named "Forms". This seems to be a holdover from when the frameset
had a second frame in it.

Currently this frameset seems unnecessary since it is contained in another frame
or iframe, depending on the layout. In addition there is at least one bug where
canceling forms causes the frameset to be nested to arbitrary levels.

This commit removes the "Forms" frameset.
interface/patient_file/encounter/encounter_top.php
interface/patient_file/encounter/forms.php
library/api.inc