X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Ftemplates%2Fde%2Fcode%2Faction_ship_simu_login_goverment_startup_help.ctp;h=2d3e27c1b86bb2e9e5743d46798999b0c0a8e076;hp=9f44f711528c0f3ddbf54871ce537cd8be856393;hb=ce3dd221068ad6dfe9e2e1f1fb01b924608aef15;hpb=61594e310050659234826cfdd2a7b242986153b7 diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp index 9f44f71..2d3e27c 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp @@ -15,7 +15,7 @@ $helperInstance->addFormGroup('persona_data', "Deine persönliche Daten, die $helperInstance->addFormNote('surname', "Vorname: ".$helperInstance->getValueField('surname').""); $helperInstance->addFormNote('family', "Nachname: ".$helperInstance->getValueField('family').""); $helperInstance->addFormNote('email', "Email-Adresse: ".$helperInstance->getValueField('email').""); -$helperInstance->addFormNote('birthday', "Geburtstag: ".$helperInstance->getValueField('birth_day').".".$helperInstance->getValueField('birth_month').".".$helperInstance->getValueField('birth_year').""); +$helperInstance->addFormNote('birthday', "Geburtstag: ".(int)$helperInstance->getValueField('birth_day').".".(int)$helperInstance->getValueField('birth_month').".".(int)$helperInstance->getValueField('birth_year').""); // Add link placeholder for profile page $helperInstance->addFormNote('profile', "Stimmen die Daten noch? {?shipsimu_profile_link?}");