Add message when search in custom report and not found data, tiquet: #2030
This commit is contained in:
parent
f450d95278
commit
ee17fad784
|
@ -631,7 +631,10 @@ switch ($action) {
|
|||
}
|
||||
html_print_table ($table);
|
||||
}
|
||||
|
||||
else{
|
||||
echo "<br />";
|
||||
echo "<div class='nf'>".__('No data found.')."</div>";
|
||||
}
|
||||
if (check_acl ($config['id_user'], 0, "RW")) {
|
||||
echo '<form method="post" action="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=main&action=new&pure='.$pure.'">';
|
||||
if (defined("METACONSOLE"))
|
||||
|
|
Loading…
Reference in New Issue