mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Solved wrong variable rewriting
This commit is contained in:
parent
d4971c8509
commit
a2877b46f3
@ -847,7 +847,10 @@ $class = 'databox filters';
|
||||
}
|
||||
?>
|
||||
<?php
|
||||
if (!isset($text)) {
|
||||
$text = __('This type of report brings a lot of data loading, it is recommended to use it for scheduled reports and not for real-time view.');
|
||||
}
|
||||
|
||||
echo '<a id="log_help_tip" style="visibility: hidden;" href="javascript:" class="tip" >'.html_print_image('images/tip.png', true, ['title' => $text]).'</a>';
|
||||
?>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user