X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Ftemplates%2Fde%2Fcode%2Faction_ship_simu_login_government_training.ctp;h=650dfbaa2ce7bfb9b4a82be291b431c018f83785;hp=18b29dcfe06583c6d0faffee1f1d7763177c95e6;hb=462649eb59a6b4903bdaf0428bbe671d1750866a;hpb=019cebc524a0b4863182b31feaf37b41282608d7 diff --git a/application/ship-simu/templates/de/code/action_ship_simu_login_government_training.ctp b/application/ship-simu/templates/de/code/action_ship_simu_login_government_training.ctp index 18b29dc..650dfba 100644 --- a/application/ship-simu/templates/de/code/action_ship_simu_login_government_training.ctp +++ b/application/ship-simu/templates/de/code/action_ship_simu_login_government_training.ctp @@ -28,16 +28,16 @@ $helperInstance->addFormNote('family', "Nachname: " $helperInstance->addFormNote('email', "Email-Adresse: ".$helperInstance->getValueField('email').""); // Add link placeholder for profile page -$helperInstance->addFormNote('profile', "Stimmen die Daten noch? {?shipsimu_profile_link?}"); +$helperInstance->addFormNote('profile', "Stimmen die Daten noch? {?shipsimu_profile?}"); // Flush the finished form $helperInstance->flushContent(); // Get link helper for profile link -$linkInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'shipsimu_profile_link', 'index.php?app={?app_short_name?}&page=login_area')); +$linkInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'shipsimu_profile', 'index.php?app={?app_short_name?}&page=login_area')); // Add action -$linkInstance->addActionLinkById('profile', 'link_text_profile'); +$linkInstance->addActionLinkById('profile', 'profile'); // Flush the finished form $linkInstance->flushContent();