]> git.mxchange.org Git - admin.git/blobdiff - application/admin/templates/de/code/login_form.ctp
Partial stub message added if no recode extension is found
[admin.git] / application / admin / templates / de / code / login_form.ctp
index 3931b126f518529be53ebf4ca15c8a4ef2566e05..38bdcce1644775a8ec454d4f7fda7e33aa46715c 100644 (file)
@@ -40,7 +40,7 @@ if ($helperInstance->ifLoginIsEnabled()) {
        // Submit buttons
        $helperInstance->addFormGroup('buttons_user', "Alles richtig eingegeben?");
        $helperInstance->addInputResetButton("Formular leeren");
-       $helperInstance->addInputSubmitButton("Zum <span class=\"app_name\">{?app_full_name?}</span> einloggen");
+       $helperInstance->addInputSubmitButton("Zum {?app_full_name?} einloggen");
 } else {
        // Formular deaktiviert
        $helperInstance->addFormNote('form_deactivated', "Einloggen in den <span class=\"app_name\">{?app_full_name?}</span> ist deaktiviert worden. Bitte komme sp&auml;ter noch mal wieder.");
@@ -51,7 +51,7 @@ if ($helperInstance->ifLoginIsEnabled()) {
 $helperInstance->flushContent();
 
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login_form', 'index.php?app={?app_short_name?}&amp;page=register'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login_form'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('register_login');