[%- USE LxERP -%][%- USE L -%] [%- INCLUDE 'common/flash.html' %]

[%- LxERP.t8("Introduction of clients") %] -- [% LxERP.t8("Handling of WebDAV") %]

[% LxERP.t8("The WebDAV feature is activated.") %] [% LxERP.t8("With the introduction of clients each client gets its own WebDAV folder.") %] [% 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.") %] [% LxERP.t8("All the other clients will start with an empty set of WebDAV folders.") %]

[% LxERP.t8("Client to assign the existing WebDAV folders to") %]: [% L.select_tag('client_id', SELF.clients, default=default_client.id, title_key='name') %]

[%- L.hidden_tag('action', 'Admin/apply_dbupgrade_scripts') %] [% L.submit_tag('dummy', LxERP.t8('Continue')) %]