From 53e4499453e921421f58501304c0be123a1ebf22 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 21 Aug 2009 21:30:00 +0000 Subject: [PATCH] Partial stub message added if no recode extension is found --- .../de/code/action_admin_login_status_problem.ctp | 8 ++++---- .../templates/de/code/action_admin_status_problem.ctp | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/application/admin/templates/de/code/action_admin_login_status_problem.ctp b/application/admin/templates/de/code/action_admin_login_status_problem.ctp index 6c22211..cae4ac4 100644 --- a/application/admin/templates/de/code/action_admin_login_status_problem.ctp +++ b/application/admin/templates/de/code/action_admin_login_status_problem.ctp @@ -2,7 +2,7 @@ // Get helper instance for web forms. This will add the opening form-tag to // the helper's render cache which is simply a small variable in the class // BaseHelper. -$helperInstance = WebFormHelper::createWebFormHelper($this, "resend"); +$helperInstance = WebFormHelper::createWebFormHelper($this, 'resend_link'); // Pre-fetch field data with a given registry key $helperInstance->prefetchValueInstance('user'); @@ -25,7 +25,7 @@ $helperInstance->flushContent(); if ($helperInstance->ifUserAccountUnconfirmed()) { // Build the form for confirmation - $helperInstance = WebFormHelper::createWebFormHelper($this, "confirm_code"); + $helperInstance = WebFormHelper::createWebFormHelper($this, 'confirm_code'); // Add code box $helperInstance->addFormGroup('code', "Bitte gebe hier den Bestätigungscode aus der Willkommensemail ein. Solltest du diese nicht erhalten haben, kannst du dir diesen jetzt zusenden lassen."); @@ -51,8 +51,8 @@ if ($helperInstance->ifUserAccountUnconfirmed()) { kannst dir nun den Bestätigungslink erneut aussenden lassen, oder den Bestätigungscode unten eingeben. -
- {?resend?} +
diff --git a/application/admin/templates/de/code/action_admin_status_problem.ctp b/application/admin/templates/de/code/action_admin_status_problem.ctp index de4ba15..e08dfd7 100644 --- a/application/admin/templates/de/code/action_admin_status_problem.ctp +++ b/application/admin/templates/de/code/action_admin_status_problem.ctp @@ -25,7 +25,7 @@ $helperInstance->flushContent(); if ($helperInstance->ifUserAccountUnconfirmed()) { // Build the form for confirmation - $helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, "confirm_code")); + $helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, 'confirm_code')); // Add code box $helperInstance->addFormGroup('code', "Bitte gebe hier den Bestätigungscode aus der Willkommensemail ein. Solltest du diese nicht erhalten haben, kannst du dir diesen jetzt zusenden lassen."); @@ -53,7 +53,7 @@ if ($helperInstance->ifUserAccountUnconfirmed()) { kannst dir nun den Bestätigungslink erneut aussenden lassen, oder den Bestätigungscode unten eingeben. -
+ -- 2.30.2