Partial stub message added if no recode extension is found
[admin.git] / application / admin / templates / de / code / action_admin_status_problem.ctp
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ä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.
 
-       <div id="resend_box">
+       <div id="resend_link_box">
                {?resend_link?}
        </div>