1 [%- USE LxERP -%][%- USE L -%]
3 [%- INCLUDE 'common/flash.html' %]
5 <h1>[%- LxERP.t8("Introduction of clients") %] -- [% LxERP.t8("Handling of WebDAV") %]</h1>
8 [% LxERP.t8("The WebDAV feature has been used.") %]
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.") %]
14 <form method="post" action="controller.pl">
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') %]
21 [%- L.hidden_tag('action', 'Admin/apply_dbupgrade_scripts') %]
22 [% L.submit_tag('dummy', LxERP.t8('Continue')) %]