PHRAS-3047

This commit is contained in:
Harrys Ravalomanana
2020-05-05 10:25:10 +04:00
parent 6b8455a73d
commit fff7aa833f
3 changed files with 8 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
<div id='prod-tool-box' class="PNB10">
{# jquery Tabs #}
<div id="tool-tabs" class="tabs">
<div id="tool-tabs" class="tabs tool-modal-wrapper">
{# jquery menu #}
<div>
<ul>
@@ -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');