]> git.mxchange.org Git - shipsimu.git/blobdiff - application/admin/templates/de/code/action_admin_login_logout.ctp
Typos fixed, app name now displayed in CSS class app_name
[shipsimu.git] / application / admin / templates / de / code / action_admin_login_logout.ctp
index 07431f53efe96d01b0bfafe8f9fc6c8757f0e27a..be157490050c2ed39da5dc445890f3efc9415b12 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'logout_now_link', 'index.php?app={?app_short_name?}&amp;page=logout');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'logout_now_link', 'index.php?app={?app_short_name?}&amp;page=logout'));
 
 // Set link text
 $helper->addLinkWithTextById('logout_now_link_text');
@@ -9,7 +9,7 @@ $helper->addLinkWithTextById('logout_now_link_text');
 $helper->flushContent();
 
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'return_login_link', 'index.php?app={?app_short_name?}&amp;page=login_area');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'return_login_link', 'index.php?app={?app_short_name?}&amp;page=login_area'));
 
 // Set link text
 $helper->addLinkWithTextById('return_login_link_text');
@@ -17,11 +17,11 @@ $helper->addLinkWithTextById('return_login_link_text');
 // Flush the content
 $helper->flushContent();
 
-// [EOF]
+// [EOC]
 ?>
 <div id="logout_box">
        <div id="logout_header">
-               Willst du dich wirklich aus dem {?app_full_name?} aussloggen?
+               Willst du dich wirklich aus dem <span class="app_name">{?app_full_name?}</span> ausloggen?
        </div>
 
        <div id="logout_links">