Bug fix and usability improvement related to fancybox.
commit15de81f30f891ce48032efaffdb46b2da4cb84df
authorRod Roark <rod@sunsetsystems.com>
Sat, 18 Dec 2010 07:00:05 +0000 (17 23:00 -0800)
committerRod Roark <rod@sunsetsystems.com>
Sun, 19 Dec 2010 23:53:52 +0000 (19 15:53 -0800)
tree43a2087383e3ced2207b96ddc7100e1047b1330d
parenta8b46c76c8a4e673d37c7e73f75283ee4d9547b2
Bug fix and usability improvement related to fancybox.

The new fancybox-based dialogs have had arbitrary fixed sizes and were
not resizable by the user which leads to poor usability.  This has been
addressed in part by upgrading to fancybox 1.3.4 which allows for specifing
the dialog dimensions as percentages of those of the containing frame.

Also a bug was fixed where restoreSession() was not called when
the dialog was opened, causing possible conflicts between two login
sessions on the same workstation.

These changes currently apply only to the New Encounter form.
Similar corrections will be needed in other places.
29 files changed:
interface/forms/newpatient/common.php
interface/patient_file/summary/add_edit_issue.php
library/js/common.js
library/js/fancybox-1.3.4/blank.gif [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_close.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_loading.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_nav_left.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_nav_right.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_shadow_e.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_shadow_n.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_shadow_ne.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_shadow_nw.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_shadow_s.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_shadow_se.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_shadow_sw.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_shadow_w.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_title_left.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_title_main.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_title_over.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancy_title_right.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancybox-x.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancybox-y.png [new file with mode: 0644]
library/js/fancybox-1.3.4/fancybox.png [new file with mode: 0644]
library/js/fancybox-1.3.4/jquery.easing-1.3.pack.js [new file with mode: 0644]
library/js/fancybox-1.3.4/jquery.fancybox-1.3.4.css [new file with mode: 0644]
library/js/fancybox-1.3.4/jquery.fancybox-1.3.4.js [new file with mode: 0644]
library/js/fancybox-1.3.4/jquery.fancybox-1.3.4.pack.js [new file with mode: 0644]
library/js/fancybox-1.3.4/jquery.mousewheel-3.0.4.pack.js [new file with mode: 0644]
library/js/jquery-1.4.3.min.js [new file with mode: 0644]