]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/action_ship_simu_login_government_startup_help.ctp
Rewritten for updated core
[shipsimu.git] / application / ship-simu / templates / de / code / action_ship_simu_login_government_startup_help.ctp
index 475c147c9d005812e02add1222005c000b7c73e7..bd252c71c004c84225fac85fcad01cca5c72397d 100644 (file)
@@ -18,7 +18,7 @@ $helperInstance->addFormNote('email', "Email-Adresse: <span class=\"persona_data
 $helperInstance->addFormNote('birthday', "Geburtstag: <span class=\"persona_data\">".(int)$helperInstance->getValueField('birth_day').".".(int)$helperInstance->getValueField('birth_month').".".(int)$helperInstance->getValueField('birth_year')."</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?}");
 
 // Ask again for current account password
 $helperInstance->addFormGroup('password', "Bitte gebe zur Best&auml;tigung dein derzeitiges Passwort ein.");
@@ -41,10 +41,10 @@ $helperInstance->addFormNote('data_protection', "Deine Daten werden nach den g&u
 $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', 'index.php?app={?app_short_name?}&amp;page=login_area'));
 
 // Add action
-$linkInstance->addActionLinkById('profile', 'link_text_profile');
+$linkInstance->addActionLinkById('profile', 'profile');
 
 // Flush the finished form
 $linkInstance->flushContent();