Partial stub message added if no recode extension is found
authorRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2009 21:30:00 +0000 (21:30 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2009 21:30:00 +0000 (21:30 +0000)
application/admin/templates/de/code/action_admin_login_status_problem.ctp
application/admin/templates/de/code/action_admin_status_problem.ctp

index 6c222110c88050e9907ce27f9ba50d985bf938b2..cae4ac4e214a8c7d25bbef01caa7c5d3e2891829 100644 (file)
@@ -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&auml;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&auml;tigungslink erneut aussenden lassen, oder den
        Best&auml;tigungscode unten eingeben.
 
-       <div id="resend_box">
-               {?resend?}
+       <div id="resend_link_box">
+               {?resend_link?}
        </div>
 
        <div id="confirm_code_box">
index de4ba157acabc6b77a6271ee40d308001fb680bb..e08dfd7f7d31b52937781c5faf46d9b91ee0bde9 100644 (file)
@@ -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&auml;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&auml;tigungslink erneut aussenden lassen, oder den
        Best&auml;tigungscode unten eingeben.
 
-       <div id="resend_box">
+       <div id="resend_link_box">
                {?resend_link?}
        </div>