DeliveryOrder::TypeData Locales eindeutig setzen
[kivitendo-erp.git] / templates / webpages / dbupgrade / cp_greeting_update_form.html
index b4cb334..5875efb 100644 (file)
@@ -1,8 +1,10 @@
 [%- USE T8 %]
-[% USE HTML %]<div class="listtop">[% 'cp_greeting to cp_gender migration' | $T8 %]</div>
+[% USE HTML %]
+<h1>[% 'cp_greeting to cp_gender migration' | $T8 %]</h1>
 
+<form name="Form" method="post" action="login.pl">
+<input type="hidden" name="action" value="login">
 
-<form action="[% script %]" method="POST">
 <br>
 <p> The method for generating greetings ("Dear Mr. Smith") is being changed so the greeting is controlled by the gender. For this a new database field cp_gender is introduced, while the old database field cp_greeting will be removed. The various translations (Mr./Herr/Monsieur) will be stored in the database, under generic_translations. The print variable cp_greeting still exists, however, so print templates don't have to be changed, and the variable is assigned according to the gender of the contact person and the desired language.</p>
 
@@ -30,7 +32,7 @@ The data from the cp_greeting field will now be dropped. To prevent any data los
 <br>
 [% title_table %]
 
-<input type=hidden name="do_migrate" value="1"> 
+<input type=hidden name="do_migrate" value="1">
 <input type=submit VALUE="submit">
 
 </form>