From: Roland Häder Date: Thu, 18 Dec 2008 01:49:24 +0000 (+0000) Subject: Fixes for admin area X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=31b53b64af15257b82120402b25baed3969fc4d7;hp=837674a58e58a0dbfcfaa644fe9bbab311500f34;p=admin.git Fixes for admin area --- 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();