0143fb4d6ed81426bea79145af36db3ca1378eb0
[kivitendo-erp.git] / templates / webpages / admin / restore_dataset_start_footer.html
1 [%- USE T8 %]
2 [%- USE LxERP %]
3 [% USE HTML %] </pre>
4
5  <hr>
6
7  <p>
8   [%- 'The restoration process is complete. Please review &quot;pg_restore&quot;\'s output to find out if the restoration was successful.' | $T8 %]
9   [%- LxERP.t8('The program\'s exit code was #1 (&quot;0&quot; usually means that everything went OK).', retval) | html %]
10  </p>
11
12  <form method="post" action="admin.pl">
13   <input type="hidden" name="nextsub" value="list_users">
14   <input type="submit" name="action" value="[% 'Continue' | $T8 %]">
15  </form>
16 </body>
17 </html>