4 [% INCLUDE 'common/flash.html' %]
6 <h1>[% LxERP.t8("Introduction of clients") %] -- [% LxERP.t8("Handling of WebDAV") %]</h1>
11 [% LxERP.t8("The WebDAV feature has been used.") %]
12 [% LxERP.t8("With the introduction of clients each client gets its own WebDAV folder.") %]
13 [% 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.") %]
14 [% LxERP.t8("All the other clients will start with an empty set of WebDAV folders.") %]
17 <form method="post" action="controller.pl">
19 [% LxERP.t8("Client to assign the existing WebDAV folders to") %]:
20 [% L.select_tag('client_id', SELF.clients, default=default_client.id, title_key='name') %]
23 [% L.hidden_tag('action', 'Admin/apply_dbupgrade_scripts') %]
24 [% L.submit_tag('dummy', LxERP.t8('Continue')) %]
28 </div><!-- /.wrapper -->