diff --git a/package.json b/package.json index 1734cd31af..be7b0131c3 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "normalize-css": "^2.1.0", "npm": "^6.0.0", "npm-modernizr": "^2.8.3", - "phraseanet-production-client": "0.34.190-d", + "phraseanet-production-client": "0.34.191-d", "requirejs": "^2.3.5", "tinymce": "^4.0.28", "underscore": "^1.8.3", diff --git a/templates/web/prod/actions/Tools/index.html.twig b/templates/web/prod/actions/Tools/index.html.twig index 573dbf393a..9aa0d4c66a 100644 --- a/templates/web/prod/actions/Tools/index.html.twig +++ b/templates/web/prod/actions/Tools/index.html.twig @@ -20,7 +20,7 @@
{# jquery Tabs #} -
+
{# jquery menu #}
    @@ -314,7 +314,8 @@ $(document).ready(function(){ /**load default Subdef info **/ loadMetadataTab( '{{ path('prod_subdefs_metadata', {'databox_id': record.get_sbas_id(), 'record_id': record.get_record_id, 'subdef_name': 'document' }) }}'); - $('#exiftool').height($('#prod-tool-box').height() - 50 ); + $('.tool-modal-wrapper .tabBox').height($('#prod-tool-box').height() - 61 ); + $('#exiftool').height($('#prod-tool-box').height() - 55 ); /**load selected Subdef info **/ $('#select-meta-subdef').on('change', function (e) { var selectedSubdef = $(this).children('option:selected'); diff --git a/yarn.lock b/yarn.lock index 9cc950cf9d..769edbbffa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7578,10 +7578,10 @@ phraseanet-common@^0.4.5-d: js-cookie "^2.1.0" pym.js "^1.3.1" -phraseanet-production-client@0.34.190-d: - version "0.34.190-d" - resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.190-d.tgz#9102adb8404d5844343de60e967faf6994cece50" - integrity sha512-rBig74Rh4XJKIBzdzHVG5hhS2JatMh1qPU+Cv2OGH5NWR3wc+nWqGkZf4ufrTWOeHFNypI50C8c0MEubJF9VnA== +phraseanet-production-client@0.34.191-d: + version "0.34.191-d" + resolved "https://registry.yarnpkg.com/phraseanet-production-client/-/phraseanet-production-client-0.34.191-d.tgz#44de4d2eb8c0d4de2896291a8d5eec9876a50d9c" + integrity sha512-SJwu6Mdteme+RihfJsRrd8hY84LVM40ITJjF12IXRxVcFnxRGEZ9N7xnKdyuGtUtGy9c/g63Ps3PmRhnLvpLbg== dependencies: "@mapbox/mapbox-gl-language" "^0.9.2" "@turf/turf" "^5.1.6"