Merge branch 'clients'
[kivitendo-erp.git] / templates / webpages / admin / dbupgrade_all_done.html
index b55a3d5..3d99179 100644 (file)
@@ -1,5 +1,5 @@
 [%- USE T8 %]
-[% USE HTML%]
+[% USE HTML%][%- USE LxERP -%][%- USE L -%]
 [% IF NOTHING_TO_DO %]
  <p>[% 'No datasets have been selected.' | $T8 %]</p>
 
  <p>[% 'All database upgrades have been applied.' | $T8 %]</p>
 [% END %]
 
-<form method="post" action="admin.pl">
- <input type="hidden" name="nextsub" value="list_users">
-
- <input type="submit" name="action" value="[% 'Continue' | $T8 %]">
-</form>
-
-</body>
-</html>
+<p>[% L.link("controller.pl?action=Admin/show", LxERP.t8("Continue")) %]</p>