7 <h1>[% 'Missing Files' | $T8 %]</h1>
8 <form name="Form" method="post" action="login.pl">
9 <input type="hidden" name="action" value="login">
11 [% 'Please resolve the errors by deleting the invalid database entries or by adding the corresponding files to the expected paths.' | $T8 %]
12 <table class="tbl-list">
14 <th>[% 'Error Message' | $T8 %]</th>
17 [% FOREACH error = ERRORS %]
25 "delete_file_entries_of_missing_files", value=1,
26 label=LxERP.t8("Automatically delete entries for missing files. Ensure that these files are no longer required!")
29 [% P.submit_tag("rerun_add_file_version", LxERP.t8("Rerun update")) %]