]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/admin/create_dataset.html
Upgrade-Script für alte SQL-Ledger -> Lx-Office 1.0 entfernt
[mfinanz.git] / templates / webpages / admin / create_dataset.html
index 94ddf8292deac43670cec252dc59c310b1880bbc..9f8b60d44cbc3c965dc151e8cec4f456a432c849 100644 (file)
@@ -1,12 +1,12 @@
 [%- USE T8 %]
 [%- USE HTML %]
-  <h2>[% title %]</h2>
+  <h1>[% title %]</h1>
 
   <form method="post" action="admin.pl">
    <p><a href="admin.pl?action=pg_database_administration">[% 'Back' | $T8 %]</a></p>
    <p>
     [% 'You can either create a new database or chose an existing database.' | $T8 %]
-    [% 'In the latter case the tables needed by Lx-Office will be created in that database.' | $T8 %]
+    [% 'In the latter case the tables needed by kivitendo will be created in that database.' | $T8 %]
    </p>
 
    <table border="0">
      </td>
     </tr>
 
+    <tr>
+     <th align="right" nowrap>[% 'Default currency' | $T8 %]</th>
+     <td><input name="defaultcurrency" value="EUR"></td>
+     </td>
+   </tr>
+
     <tr>
      <th valign="top" align="right" nowrap>[% 'Create Chart of Accounts' | $T8 %]</th>
      <td>
     </tr>
    </table>
 
-   <input type="hidden" name="dbdriver"  value="[% HTML.escape(dbdriver) %]">
    <input type="hidden" name="dbuser"    value="[% HTML.escape(dbuser) %]">
    <input type="hidden" name="dbhost"    value="[% HTML.escape(dbhost) %]">
    <input type="hidden" name="dbport"    value="[% HTML.escape(dbport) %]">
    <input type="hidden" name="dbpasswd"  value="[% HTML.escape(dbpasswd) %]">
    <input type="hidden" name="dbdefault" value="[% HTML.escape(dbdefault) %]">
 
-   <input type="hidden" name="callback" value="admin.pl?action=list_users">
+   <input type="hidden" name="callback" value="controller.pl?action=Admin/show">
 
    <input type="hidden" name="nextsub" value="dbcreate">