]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/dbupgrade/auth/clients_webdav.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / dbupgrade / auth / clients_webdav.html
1 [% USE LxERP %]
2 [% USE L %]
3
4 [% INCLUDE 'common/flash.html' %]
5
6 <h1>[% LxERP.t8("Introduction of clients") %] -- [% LxERP.t8("Handling of WebDAV") %]</h1>
7
8 <div class="wrapper">
9
10 <p>
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.") %]
15 </p>
16
17 <form method="post" action="controller.pl">
18   <p>
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') %]
21   </p>
22   <p>
23     [% L.hidden_tag('action', 'Admin/apply_dbupgrade_scripts') %]
24     [% L.submit_tag('dummy', LxERP.t8('Continue')) %]
25   </p>
26 </form>
27
28 </div><!-- /.wrapper -->