fix translation text when list is empty

This commit is contained in:
Uwe Steinmann 2018-04-03 14:43:49 +02:00
parent 9627e319a8
commit 3927d4d812

View File

@ -65,7 +65,7 @@ class SeedDMS_View_LogManagement extends SeedDMS_Bootstrap_Style {
print "</tr>\n";
}
if ($print_header) printMLText("empty_notify_list");
if ($print_header) printMLText("empty_list");
else print "<tr><td><i class=\"icon-arrow-up\"></i></td><td colspan=\"2\"><button type=\"submit\" class=\"btn\"><i class=\"icon-remove\"></i> ".getMLText('remove_marked_files')."</button></td></tr></table></form>\n";
} /* }}} */