]> git.mxchange.org Git - shipsimu.git/blobdiff - application/admin/templates/de/code/login_failed.ctp
Typos fixed, app name now displayed in CSS class app_name
[shipsimu.git] / application / admin / templates / de / code / login_failed.ctp
index e7f7d75d1af24526cb32c757393f1a889c52d233..7b2e0820a75e35a1f71aadc81ce3d86a795a5705 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'login_retry_link', 'index.php?app={?app_short_name?}&amp;page=login');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'login_retry_link', 'index.php?app={?app_short_name?}&amp;page=login'));
 
 // Set link text
 $helper->addLinkWithTextById('login_retry_link_text');
@@ -8,14 +8,14 @@ $helper->addLinkWithTextById('login_retry_link_text');
 // Flush the content
 $helper->flushContent();
 
-// [EOF]
+// [EOC]
 ?>
 <div id="content_header">
-       Du bist nicht mehr im {?app_full_name?} eingeloggt!
+       Du bist nicht mehr im <span class="app_name">{?app_full_name?}</span> eingeloggt!
 </div>
 
 <div id="content_body">
-       Du bist nicht mehr im {?app_full_name?} eingeloggt. Dies kann verschiedene Gr&uuml;nde haben:
+       Du bist nicht mehr im <span class="app_name">{?app_full_name?}</span> eingeloggt. Dies kann verschiedene Gr&uuml;nde haben:
 
        <ol id="login_failed_list">
                <li>Dein Browser nimmt keine Cookies an.</li>