formInputs.add(t("Free tiles behind train"),newCheckbox(FREE_BEHIND_TRAIN,t("If checked, tiles behind the train are freed according to the length of the train and the tiles. If it is unchecked, tiles will not get free before route is finished."),Route.freeBehindTrain));
formInputs.add(t("Free tiles behind train"),newCheckbox(FREE_BEHIND_TRAIN,t("If checked, tiles behind the train are freed according to the length of the train and the tiles. If it is unchecked, tiles will not get free before route is finished."),Route.freeBehindTrain));
formInputs.add(t("Allow editing JSON of action lists"),newCheckbox(ALLOW_JSON_EDIT,t("Do you know, what you are doing?"),allowJsonEdit));
formInputs.add(t("Allow editing JSON of action lists"),newCheckbox(ALLOW_JSON_EDIT,t("Do you know, what you are doing?"),allowJsonEdit));
formInputs.add(t("Pause between switching turnouts of route"),newInput(Turnout.DELAY,Turnout.delay).numeric());
postForm.add(relayProperties());
postForm.add(relayProperties());
postForm.add(routeProperties());
postForm.add(routeProperties());
@ -1071,6 +1075,7 @@ public class Plan extends BaseClass{