From 837674a58e58a0dbfcfaa644fe9bbab311500f34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 7 Dec 2008 16:20:27 +0000 Subject: [PATCH] Some HTML fixes in templates --- application/admin/templates/de/code/login_form.ctp | 6 +++--- application/admin/templates/de/code/login_main.ctp | 2 +- application/admin/templates/de/code/register_form.ctp | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/application/admin/templates/de/code/login_form.ctp b/application/admin/templates/de/code/login_form.ctp index 3931b12..dc5dad4 100644 --- a/application/admin/templates/de/code/login_form.ctp +++ b/application/admin/templates/de/code/login_form.ctp @@ -40,7 +40,7 @@ if ($helperInstance->ifLoginIsEnabled()) { // Submit buttons $helperInstance->addFormGroup('buttons_user', "Alles richtig eingegeben?"); $helperInstance->addInputResetButton("Formular leeren"); - $helperInstance->addInputSubmitButton("Zum {?app_full_name?} einloggen"); + $helperInstance->addInputSubmitButton("Zum {?app_full_name?} einloggen"); } else { // Formular deaktiviert $helperInstance->addFormNote('form_deactivated', "Einloggen in den {?app_full_name?} ist deaktiviert worden. Bitte komme spä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?}&page=register')); +$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login', 'index.php?app={?app_short_name?}&page=register')); // Set link text $helperInstance->addLinkWithTextById('register_login'); @@ -72,5 +72,5 @@ $helperInstance->flushContent(); diff --git a/application/admin/templates/de/code/login_main.ctp b/application/admin/templates/de/code/login_main.ctp index ce11096..0075bff 100644 --- a/application/admin/templates/de/code/login_main.ctp +++ b/application/admin/templates/de/code/login_main.ctp @@ -34,7 +34,7 @@ $linkInstance->flushContent(); // [EOC] ?>
- Willkommen zum {?app_full_name?}! + Willkommen zum {?app_full_name?}!
diff --git a/application/admin/templates/de/code/register_form.ctp b/application/admin/templates/de/code/register_form.ctp index 8f907d3..651b257 100644 --- a/application/admin/templates/de/code/register_form.ctp +++ b/application/admin/templates/de/code/register_form.ctp @@ -102,7 +102,7 @@ if ($helperInstance->ifFormSecuredWithCaptcha()) { $helperInstance->addFormGroup('buttons', "Wenn du alle benötigten Felder korrekt ausgefüt hast, kannst du die Anmeldung abschliessen."); $helperInstance->addInputResetButton("Alles nochmal eingeben"); -$helperInstance->addInputSubmitButton("Anmeldung zum {?app_full_name?} abschliessen"); +$helperInstance->addInputSubmitButton("Anmeldung zum {?app_full_name?} abschliessen"); $helperInstance->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); $helperInstance->flushContent(); -- 2.39.5