Spalte 'taxincluded' hat den Typ 'boolean' und nicht 'integer'. Fix für Bug 759.
[kivitendo-erp.git] / templates / webpages / dbupgrade / footer_de.html
index 7aecd63..a92d486 100644 (file)
@@ -1,7 +1,11 @@
-<p>...fertig</p>
+[% USE HTML %]<p>...fertig</p>
 
-<p><a href="menu.pl?login=<TMPL_VAR login ESCAPE=URL>&password=<TMPL_VAR password ESCAPE=URL>&path=<TMPL_VAR path ESCAPE=URL>&action=display">
-  Weiter</a></p>
+<form action="[% menufile %]">
+
+ <input type="hidden" name="action" value="display">
+
+ <p><input type="submit" value="Weiter"></p>
+</form>
 
 </body>
 </html>