]> git.mxchange.org Git - shipsimu.git/blobdiff - application/admin/templates/de/code/login_form.ctp
Typos fixed, app name now displayed in CSS class app_name
[shipsimu.git] / application / admin / templates / de / code / login_form.ctp
index b73988220bd9be2a70c4fe9d85f13c34df063fbf..700f88f99ca6a1185c7d14d9dc1e87c246b2c48f 100644 (file)
@@ -40,10 +40,10 @@ if ($helper->ifLoginIsEnabled()) {
        // Submit buttons
        $helper->addFormGroup('buttons_user', "Alles richtig eingegeben?");
        $helper->addInputResetButton("Formular leeren");
-       $helper->addInputSubmitButton("Zum {?app_full_name?} einloggen");
+       $helper->addInputSubmitButton("Zum <span class=\"app_name\">{?app_full_name?}</span> einloggen");
 } else {
        // Formular deaktiviert
-       $helper->addFormNote('form_deactivated', "Einloggen in den {?app_full_name?} ist deaktiviert worden. Bitte komme sp&auml;ter noch mal wieder.");
+       $helper->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.");
        $helper->addFormNote('admin_notice', "Nachricht vom Admin: <span id=\"disabled_reason\">".$this->getConfigInstance()->readConfig('login_disabled_reason')."</span>");
 }