Added a dynamic height on the fixed bottom box

This commit is contained in:
Alejandro Gallardo Escobar 2015-09-11 11:58:12 +02:00
parent 39ea3910b0
commit d8340344b0
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ enterprise_hook('close_meta_frame');
treeController.init({
recipient: $("div#tree-controller-recipient"),
detailRecipient: $.fixedBottomBox({ width: 400, height: 500 }),
detailRecipient: $.fixedBottomBox({ width: 400, height: window.innerHeight * 0.9 }),
page: parameters['page'],
emptyMessage: "<?php echo __('No data found'); ?>",
tree: data.tree,