Upgrade-Script für WebDAV-Migration zu Mandanten
[kivitendo-erp.git] / templates / webpages / dbupgrade / auth / clients_webdav.html
1 [%- USE LxERP -%][%- USE L -%]
2
3 [%- INCLUDE 'common/flash.html' %]
4
5 <h1>[%- LxERP.t8("Introduction of clients") %] -- [% LxERP.t8("Handling of WebDAV") %]</h1>
6
7 <p>
8  [% LxERP.t8("The WebDAV feature is activated.") %]
9  [% LxERP.t8("With the introduction of clients each client gets its own WebDAV folder.") %]
10  [% LxERP.t8("In order to migrate the old folder structure into the new structure you have to chose which client the old structure will be assigned to.") %]
11  [% LxERP.t8("All the other clients will start with an empty set of WebDAV folders.") %]
12 </p>
13
14 <form method="post" action="controller.pl">
15  <p>
16   [% LxERP.t8("Client to assign the existing WebDAV folders to") %]:
17   [% L.select_tag('client_id', SELF.clients, default=default_client.id, title_key='name') %]
18  </p>
19
20  <p>
21   [%- L.hidden_tag('action', 'Admin/apply_dbupgrade_scripts') %]
22   [% L.submit_tag('dummy', LxERP.t8('Continue')) %]
23  </p>
24 </form>