From 31b53b64af15257b82120402b25baed3969fc4d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 18 Dec 2008 01:49:24 +0000 Subject: [PATCH] Fixes for admin area --- application/admin/templates/de/code/login_form.ctp | 4 ++-- application/admin/templates/de/code/login_main.ctp | 2 +- application/admin/templates/de/code/register_form.ctp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/admin/templates/de/code/login_form.ctp b/application/admin/templates/de/code/login_form.ctp index dc5dad4..d8421e0 100644 --- a/application/admin/templates/de/code/login_form.ctp +++ b/application/admin/templates/de/code/login_form.ctp @@ -51,7 +51,7 @@ if ($helperInstance->ifLoginIsEnabled()) { $helperInstance->flushContent(); // Get helper instance -$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login', 'index.php?app={?app_short_name?}&page=register')); +$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'register_login_form', '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 0075bff..ce11096 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 651b257..8f907d3 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.2