diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2012-08-30 05:18:45 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2012-08-30 05:18:45 +0000 |
| commit | c3e947fe5b8270aa17fa824cef51249e3f40f5ff (patch) | |
| tree | 9b2ba88db1200d65978003a85a541c6c2d98af8e /js/webtrees.js | |
| parent | e2521ff133f39b5e29f208eb9b82d1557df09487 (diff) | |
| download | webtrees-c3e947fe5b8270aa17fa824cef51249e3f40f5ff.tar.gz webtrees-c3e947fe5b8270aa17fa824cef51249e3f40f5ff.tar.bz2 webtrees-c3e947fe5b8270aa17fa824cef51249e3f40f5ff.zip | |
Corrections to layout of media linking pop-up windows.
Diffstat (limited to 'js/webtrees.js')
| -rw-r--r-- | js/webtrees.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/webtrees.js b/js/webtrees.js index 0e21456558..75fcc8bd75 100644 --- a/js/webtrees.js +++ b/js/webtrees.js @@ -27,12 +27,13 @@ var edit_window_specs='width=650,height=600,left=175,top=100,resizable=1,scrollbars=1'; // edit_interface.php, add_media.php, gedrecord.php var indx_window_specs='width=600,height=500,left=200,top=150,resizable=1,scrollbars=1'; // index_edit.php, module configuration var help_window_specs='width=500,height=400,left=250,top=200,resizable=1,scrollbars=1'; // help.php -var find_window_specs='width=500,height=500,left=250,top=150,resizable=1,scrollbars=1'; // find.php, inverse_link.php +var find_window_specs='width=550,height=600,left=250,top=150,resizable=1,scrollbars=1'; // find.php, inverse_link.php var mesg_window_specs='width=500,height=600,left=250,top=100,resizable=1,scrollbars=1'; // message.php var chan_window_specs='width=500,height=600,left=250,top=100,resizable=1,scrollbars=1'; // edit_changes.php var mord_window_specs='width=500,height=600,left=250,top=100,resizable=1,scrollbars=1'; // edit_interface.php, media reorder var assist_window_specs='width=900,height=800,left=70,top=70,resizable=1,scrollbars=1'; // edit_interface.php, used for census assistant var gmap_window_specs='width=600,height=620,left=200,top=150,resizable=1,scrollbars=1'; // googlemap module place editing +var fam_nav_specs='width=300,height=600,left=817,top=150,resizable=1,scrollbars=1'; // media_0_inverselink.php // TODO: This function loads help_text.php twice. It should only load it once. function helpDialog(which, mod) { |
