diff options
| -rw-r--r-- | app/Functions/FunctionsEdit.php | 4 | ||||
| -rw-r--r-- | assets/js-1.7.2/webtrees.js | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/Functions/FunctionsEdit.php b/app/Functions/FunctionsEdit.php index 50ee0a9c46..628dd30815 100644 --- a/app/Functions/FunctionsEdit.php +++ b/app/Functions/FunctionsEdit.php @@ -628,9 +628,9 @@ class FunctionsEdit { echo self::censusDateSelector(WT_LOCALE, $xref); if (Module::getModuleByName('GEDFact_assistant') && GedcomRecord::getInstance($xref, $WT_TREE) instanceof Individual) { echo - '<a href="#" style="display: none;" id="assistant-link" onclick="return activateCensusAssistant();">' . + '<div></div><a href="#" style="display: none;" id="assistant-link" onclick="return activateCensusAssistant();">' . I18N::translate('Create a new shared note using assistant') . - '</a>'; + '</a></div>'; } } diff --git a/assets/js-1.7.2/webtrees.js b/assets/js-1.7.2/webtrees.js index 181e5e19cf..aa806f3a95 100644 --- a/assets/js-1.7.2/webtrees.js +++ b/assets/js-1.7.2/webtrees.js @@ -17,13 +17,13 @@ // Specifications for various types of popup edit window. var edit_window_specs = 'width=620,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_interface.php, add_media.php, gedrecord.php -var indx_window_specs = 'width=600,height=500,left=75,top=50,resizable=1,scrollbars=1'; // module configuration -var news_window_specs = 'width=620,height=650,left=75,top=50,resizable=1,scrollbars=1'; // edit_news.php +var indx_window_specs = 'width=600,height=600,left=75,top=50,resizable=1,scrollbars=1'; // module configuration +var news_window_specs = 'width=620,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_news.php var find_window_specs = 'width=550,height=600,left=75,top=50,resizable=1,scrollbars=1'; // find.php, inverse_link.php var mesg_window_specs = 'width=620,height=600,left=75,top=50,resizable=1,scrollbars=1'; // message.php var chan_window_specs = 'width=500,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_changes.php var mord_window_specs = 'width=500,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_interface.php, media reorder -var assist_window_specs = 'width=800,height=800,left=75,top=50,resizable=1,scrollbars=1'; // edit_interface.php, used for census assistant +var assist_window_specs = 'width=800,height=600,left=75,top=50,resizable=1,scrollbars=1'; // edit_interface.php, used for census assistant var gmap_window_specs = 'width=650,height=600,left=75,top=50,resizable=1,scrollbars=1'; // googlemap module place editing var fam_nav_specs = 'width=350,height=550,left=25,top=75,resizable=1,scrollbars=1'; // media_0_inverselink.php |
