mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-3047
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user