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