]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/action_ship_simu_login_government_training.ctp
Rewritten for updated core
[shipsimu.git] / application / ship-simu / templates / de / code / action_ship_simu_login_government_training.ctp
index 18b29dcfe06583c6d0faffee1f1d7763177c95e6..650dfbaa2ce7bfb9b4a82be291b431c018f83785 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('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
 
 // 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', 'index.php?app={?app_short_name?}&amp;page=login_area'));
 
 // Add action
 
 // Add action
-$linkInstance->addActionLinkById('profile', 'link_text_profile');
+$linkInstance->addActionLinkById('profile', 'profile');
 
 // Flush the finished form
 $linkInstance->flushContent();
 
 // Flush the finished form
 $linkInstance->flushContent();