Layout: title Ausgabe normalisieren
[kivitendo-erp.git] / templates / webpages / dbupgrade / auth / clients.html
index d06ef96..1da8e82 100644 (file)
@@ -1,11 +1,10 @@
 [%- USE LxERP -%][%- USE L -%]
+<h1>[%- LxERP.t8("Introduction of clients") %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
 [% L.javascript_tag('jquery.selectboxes', 'jquery.multiselect2side') %]
 
-<h1>[%- LxERP.t8("Introduction of clients") %]</h1>
-
 <p>
  [% LxERP.t8("kivitendo has been extended to handle multiple clients within a single installation.") %]
  [% LxERP.t8("Therefore several settings that had to be made for each user in the past have been consolidated into the client configuration.") %]
@@ -25,7 +24,7 @@
  [% LxERP.t8("It can be changed later but must be unique within the installation.") %]
 </p>
 
-<form method="post" action="admin.pl">
+<form method="post" action="controller.pl">
  [%- FOREACH client = SELF.clients %]
  [%- L.hidden_tag("clients[+].dummy", 1) %]
 
  [%- END %]
 
  <p>
-  [%- L.hidden_tag('action', 'list_users') %]
+  [%- L.hidden_tag('action', 'Admin/apply_dbupgrade_scripts') %]
   [% L.submit_tag('dummy', LxERP.t8('Continue')) %]
  </p>
 </form>