Add message when search in custom report and not found data, tiquet: #2030

This commit is contained in:
m-lopez-f 2015-03-25 10:01:11 +01:00
parent f450d95278
commit ee17fad784
1 changed files with 4 additions and 1 deletions

View File

@ -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"))