]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/dbupgrade/warehouse_form_en.html
locale/en/locales.pl ausgef<FC>hrt.
[kivitendo-erp.git] / templates / webpages / dbupgrade / warehouse_form_en.html
index bd3a1e2faad8c2b09e084e7001806d81a7e60608..cee294753b0161aa1f77891b43981d89c6a27016 100644 (file)
@@ -1,19 +1,24 @@
-[% USE HTML %]<div class="listtop">Warehouse MIgration</div>
+[% USE HTML %]
+<div class="listtop">Warehouse Migration</div>
 
 <form action="[% script %]" method="POST">
+ <p>
+  Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system.
+  This update will change the nature the onhand of goods is tracked.
+  As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking
+ </p>
 
-<p>Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system. 
-This update will change the nature the onhand of goods is tracked. 
-As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking</p>
+ <p>Do you want to store the existing onhand values into a new warehouse?</p>
 
-<p>Do you want to store the existing onhand values into a new warehouse?</p>
-<input id=do_migrate_Y name=do_migrate type=radio value=Y>&nbsp;<label for=do_migrate_Y>Yes</label>
-<input id=do_migrate_N name=do_migrate type=radio value=N checked>&nbsp;<label for=do_migrate_N>No</label>
+ <input id="do_migrate_Y" name="do_migrate" type="radio" value="Y">&nbsp;<label for="do_migrate_Y">Yes</label>
+ <input id="do_migrate_N" name="do_migrate" type="radio" value="N" checked>&nbsp;<label for="do_migrate_N">No</label>
 
-<p>Please specify a description for the warehouse designated for these goods.</p>
-<input name=import_warehouse size=50>
+ <p>Please specify a description for the warehouse designated for these goods.</p>
+ <input name="import_warehouse" size="50">
 
-<p>Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.<p>
-<input name=bin_default size=50>
+ <p>Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.<p>
 
-<p><input type=submit value="Continue"></p>
+  <input name="bin_default" size="50">
+
+ <p><input type="submit" value="Continue"></p>
+</form>