]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/action_ship_simu_login_goverment_startup_help.ctp
- XHTML errors/warnings fixed in some pages
[shipsimu.git] / application / ship-simu / templates / de / code / action_ship_simu_login_goverment_startup_help.ctp
index 3c15204649b420662ff427c073849fdcbb29c725..8a73e0cba37fc53ba3768d37112e0b32f640d985 100644 (file)
@@ -1,12 +1,15 @@
 <?php
 // Get form helper instance
-$helper = WebFormHelper::createWebFormHelper($this, 'shipsimu_startup_form');
+$helperInstance = WebFormHelper::createWebFormHelper($this, 'shipsimu_startup_form');
+
+// Prefetch user instance
+$helperInstance->prefetchValueInstance('user');
 
 // Add main form group
-$helper->addFormNote('reality_warning', "WARNUNG: Bitte dieses Formular nicht mit echten Angaben ausf&uuml;llen!");
+$helperInstance->addFormNote('reality_warning', "WARNUNG: Bitte dieses Formular nicht mit echten Angaben ausf&uuml;llen!");
 
 // Flush the finished form
-$helper->flushContent();
+$helperInstance->flushContent();
 
 ?>
 <div id="goverment_frame">