Resize Calendar Event Dialogs in demographics

yehster wrote on Wednesday, November 30, 2011:

https://github.com/yehster/openemr/commit/13cd7f523d5434b18d3ed569f3bf05b819f45b5b
https://github.com/yehster/openemr/tree/dialogSizing

So it seems that most browsers by default no longer allow removing the navBar from new windows. It’s a security risk, and dynamic resizing that I put in doesn’t seem to work anymore in new browsers.  So to simplify I removed the dynamic sizing code that doesn’t work, and increased the initial size of the windows for adding a new appointment or editing an existing one in demographics to prevent needing to scroll. 

My rationale behind this is that a little too large (if someone is still using an older browser) is a better condition than having the new window be too small.

bradymiller wrote on Thursday, December 01, 2011:

Hi Kevin,
Committed this to sourceforge. thanks for the contribution,
-brady