Encounter Review Layout

juggernautsei wrote on Wednesday, July 06, 2016:

We recently upgraded from 4.2.1 to 4.2.2, Ubuntu 14.x

We noticed that the encounter review page has changed the lbf review display.
See attached images. previous_note.png (the way it use to be)

How can we fix this back to the way it was? See other image. (the way it is now)

juggernautsei wrote on Friday, July 15, 2016:

Well, I have figured out it is not a css issue. Then, I chased down the $datacols_esc to a dead end at the $datacols = $frow[‘datacols’]; thinking that the data colums on the display would be controlled by this variable but It seems to have not effect when I change it in the LBF.

Observation is that the system now is counting and inserting a
after every 4 - 5 words.

After much to do about nothing, I found the line that is causing the issue and put it back the way it was and the world is alright now. The all nighter was worth it.

juggernautsei wrote on Wednesday, July 20, 2016:

$arr[$field_id] = wordwrap($currvalue, 30, “\n”, true);

This is the line that is causing the distress and grief. Commented it out and with the CSS changes made around line 695.

Everything is back to normal.