From b3f402a69f2de990f33eb9b006734138f36928cb Mon Sep 17 00:00:00 2001 From: Harrys Ravalomanana Date: Thu, 25 Jun 2020 17:32:18 +0400 Subject: [PATCH] PHRAS-3148 --- templates/web/thesaurus/thesaurus.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/thesaurus/thesaurus.html.twig b/templates/web/thesaurus/thesaurus.html.twig index 40ac5d281e..7574aadd64 100644 --- a/templates/web/thesaurus/thesaurus.html.twig +++ b/templates/web/thesaurus/thesaurus.html.twig @@ -1227,7 +1227,7 @@ url += "&typ=TH"; url += "&obr=" + list_opened_branches(o.parentNode); //w = window.open(url, "EXPORT", "directories=no, height=400, width=550, location=no, menubar=no, resizable=yes, scrollbars=yes, status=no, toolbar=no"); - w = loadDataAjax(url, 700, 400, "#DLG_EXPORT_TOPICS", '{{ 'thesaurus:: export en topics' | trans }}'); + w = loadDataAjax(url, 700, 450, "#DLG_EXPORT_TOPICS", '{{ 'thesaurus:: export en topics' | trans }}'); break; } break;