c61a55e53e31a74c383241b44edb55700b2f1ec9
[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   [%- 'The program\'s exit code was [% HTML.escape(retval) %] (&quot;0&quot; usually means that everything went OK).' | $T8 %]
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>