]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/action_ship_simu_login_government_training.ctp
Deprecated parameter removed
[shipsimu.git] / application / ship-simu / templates / de / code / action_ship_simu_login_government_training.ctp
index cda3466bad6cc4e3e0af26ea0f55af1ab92f77b0..aafaf047f92ac3885ae3f29e0698693bd3958c36 100644 (file)
@@ -28,16 +28,16 @@ $helperInstance->addFormNote('family', "Nachname: <span class=\"persona_data\">"
 $helperInstance->addFormNote('email', "Email-Adresse: <span class=\"persona_data\">".$helperInstance->getValueField('email')."</span>");
 
 // 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?}&amp;page=login_area'));
+$linkInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'shipsimu_profile'));
 
 // Add action
-$linkInstance->addActionLinkById('profile', 'goto_profile_link');
+$linkInstance->addActionLinkById('profile', 'profile');
 
 // Flush the finished form
 $linkInstance->flushContent();