[Tree view] Substitute items by groups
This commit is contained in:
parent
270a43fbeb
commit
e9932daf19
|
@ -20,7 +20,7 @@ var TreeController = {
|
||||||
recipient: '',
|
recipient: '',
|
||||||
tree: [],
|
tree: [],
|
||||||
emptyMessage: "No data found.",
|
emptyMessage: "No data found.",
|
||||||
foundMessage: "Found items",
|
foundMessage: "Found groups",
|
||||||
errorMessage: "Error",
|
errorMessage: "Error",
|
||||||
baseURL: "",
|
baseURL: "",
|
||||||
ajaxURL: "ajax.php",
|
ajaxURL: "ajax.php",
|
||||||
|
|
|
@ -283,7 +283,7 @@ enterprise_hook('close_meta_frame');
|
||||||
detailRecipient: $.fixedBottomBox({ width: 400, height: window.innerHeight * 0.9 }),
|
detailRecipient: $.fixedBottomBox({ width: 400, height: window.innerHeight * 0.9 }),
|
||||||
page: parameters['page'],
|
page: parameters['page'],
|
||||||
emptyMessage: "<?php echo __('No data found'); ?>",
|
emptyMessage: "<?php echo __('No data found'); ?>",
|
||||||
foundMessage: "<?php echo __('Found items'); ?>",
|
foundMessage: "<?php echo __('Found groups'); ?>",
|
||||||
tree: data.tree,
|
tree: data.tree,
|
||||||
baseURL: "<?php echo ui_get_full_url(false, false, false, is_metaconsole()); ?>",
|
baseURL: "<?php echo ui_get_full_url(false, false, false, is_metaconsole()); ?>",
|
||||||
ajaxURL: "<?php echo ui_get_full_url('ajax.php', false, false, false); ?>",
|
ajaxURL: "<?php echo ui_get_full_url('ajax.php', false, false, false); ?>",
|
||||||
|
|
Loading…
Reference in New Issue