PHRAS-3148

This commit is contained in:
Harrys Ravalomanana
2020-06-25 17:32:18 +04:00
parent b0ff7e228b
commit b3f402a69f

View File

@@ -1227,7 +1227,7 @@
url += "&typ=TH"; url += "&typ=TH";
url += "&obr=" + list_opened_branches(o.parentNode); 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 = 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;
} }
break; break;