]> git.mxchange.org Git - shipsimu.git/blobdiff - application/admin/templates/de/code/login_main.ctp
External core repository finally set
[shipsimu.git] / application / admin / templates / de / code / login_main.ctp
index fecb5d1d12ed4e61df86831cc593c936563bb8b9..6207fba1e0ba8bea57e80ca42cd290a449823b2b 100644 (file)
@@ -4,7 +4,7 @@
 ///////////////////////////////
 
 // Get a new instance for personal data
-$blockInstance = WebBlockHelper::createWebBlockHelper($this, 'persona_data');
+$blockInstance = ObjectFactory::createObjectByConfiguredName('web_block_helper', array($this, 'persona_data'));
 
 // Set the data source instance which must exist in registry
 $blockInstance->prefetchValueInstance('user');
@@ -23,7 +23,7 @@ if ($blockInstance->ifIncludeRegistrationStamp()) {
 $blockInstance->flushContent();
 
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'logout_action_link', 'index.php?app={?app_short_name?}&page=login_area');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'logout_action_link', 'index.php?app={?app_short_name?}&page=login_area'));
 
 // Add action
 $helper->addActionLink('logout', "Ausloggen");
@@ -31,17 +31,17 @@ $helper->addActionLink('logout', "Ausloggen");
 // Flush the content
 $helper->flushContent();
 
-// End of all PHP commands
+// [EOC]
 ?>
 <div id="content_header">
-       Willkommen im Loginbereich zum {?app_full_name?}!
+       Willkommen zum <span class=\"app_name\">{?app_full_name?}</span>!
 </div>
 
 <div id="content_body">
        {?login_content?}
 </div>
 
-<div id="persona_data" title="Informationen zu Deinem Loginaccount">
+<div id="persona_data" title="Informationen zum Adminaccount">
        <div id="persona_header">
                Account-Infos:
        </div>