X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b61f5c3df68e3a3b4fb6a8a287172b0989215748..5f83d21ff9fa1fe5997227a7de812b20538e90e6:/templates/webpages/admin/restore_dataset_start_footer.html diff --git a/templates/webpages/admin/restore_dataset_start_footer.html b/templates/webpages/admin/restore_dataset_start_footer.html index c61a55e53..86ca7aeb5 100644 --- a/templates/webpages/admin/restore_dataset_start_footer.html +++ b/templates/webpages/admin/restore_dataset_start_footer.html @@ -1,17 +1,14 @@ [%- USE T8 %] [%- USE LxERP %] -[% USE HTML %] +[% USE HTML %][%- USE L -%]

[%- 'The restoration process is complete. Please review "pg_restore"\'s output to find out if the restoration was successful.' | $T8 %] - [%- 'The program\'s exit code was [% HTML.escape(retval) %] ("0" usually means that everything went OK).' | $T8 %] + [%- LxERP.t8('The program\'s exit code was #1 ("0" usually means that everything went OK).', retval) | html %]

-
- - -
- - +

+ [% L.link("controller.pl?action=Admin/show", LxERP.t8("Continue")) %] +