add toolkit on sql query report item editor

This commit is contained in:
marcos 2020-11-23 13:29:35 +01:00
parent 07e2d5f4aa
commit 5978e46141

View File

@ -1896,7 +1896,14 @@ $class = 'databox filters';
</tr>
<tr id="row_query" style="" class="datos">
<td style="font-weight:bold;"><?php echo __('SQL query'); ?></td>
<td style="font-weight:bold;">
<?php
echo __('SQL query').ui_print_help_tip(
__('The entities of the fields that contain them must be included.'),
true
);
?>
</td>
<td style="" id="sql_entry">
<?php
html_print_textarea('sql', 5, 25, $sql_query_report);