From 0dc152f7ea1cd0463e9f308eddd20e2ad2d9038a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 6 Dec 2008 22:22:21 +0000 Subject: [PATCH] Rewritten for updated core --- .../de/code/action_admin_login_logout.ctp | 16 +-- .../de/code/action_admin_login_profile.ctp | 134 ++++++++--------- .../action_admin_login_status_problem.ctp | 40 +++--- .../de/code/action_admin_status_problem.ctp | 40 +++--- .../templates/de/code/block_persona_data.ctp | 4 +- .../admin/templates/de/code/login_failed.ctp | 6 +- .../admin/templates/de/code/login_form.ctp | 60 ++++---- .../admin/templates/de/code/login_main.ctp | 10 +- .../admin/templates/de/code/logout_done.ctp | 8 +- .../admin/templates/de/code/register_form.ctp | 136 +++++++++--------- 10 files changed, 227 insertions(+), 227 deletions(-) diff --git a/application/admin/templates/de/code/action_admin_login_logout.ctp b/application/admin/templates/de/code/action_admin_login_logout.ctp index be15749..6ccd24c 100644 --- a/application/admin/templates/de/code/action_admin_login_logout.ctp +++ b/application/admin/templates/de/code/action_admin_login_logout.ctp @@ -1,21 +1,21 @@ addLinkWithTextById('logout_now_link_text'); +$helperInstance->addLinkWithTextById('logout_now'); // Flush the content -$helper->flushContent(); +$helperInstance->flushContent(); // Get helper instance -$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'return_login_link', 'index.php?app={?app_short_name?}&page=login_area')); +$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'return_login', 'index.php?app={?app_short_name?}&page=login_area')); // Set link text -$helper->addLinkWithTextById('return_login_link_text'); +$helperInstance->addLinkWithTextById('return_login'); // Flush the content -$helper->flushContent(); +$helperInstance->flushContent(); // [EOC] ?> @@ -24,7 +24,7 @@ $helper->flushContent(); Willst du dich wirklich aus dem {?app_full_name?} ausloggen? - diff --git a/application/admin/templates/de/code/action_admin_login_profile.ctp b/application/admin/templates/de/code/action_admin_login_profile.ctp index 8957cf9..1901851 100644 --- a/application/admin/templates/de/code/action_admin_login_profile.ctp +++ b/application/admin/templates/de/code/action_admin_login_profile.ctp @@ -2,111 +2,111 @@ // 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. -$helper = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, "admin_profile")); +$helperInstance = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, "admin_profile")); // Pre-fetch field data with a given registry key -$helper->prefetchValueInstance('user'); +$helperInstance->prefetchValueInstance('user'); // Password can only be changed when the old one is entered and new one twice! -$helper->addFormGroup('pass', "Neues Passwort einrichten:"); -$helper->addFormSubGroup('pass', "Bitte gebe zum Ändern deines Passwortes zweimal das gewünschte neue Passwort ein."); -$helper->addFieldText('pass1', "Neues Passwort:"); -$helper->addInputPasswordField('pass1'); -$helper->addFieldText('pass2', "Neues Passwort, Wiederholung:"); -$helper->addInputPasswordField('pass2'); +$helperInstance->addFormGroup('pass', "Neues Passwort einrichten:"); +$helperInstance->addFormSubGroup('pass', "Bitte gebe zum Ändern deines Passwortes zweimal das gewünschte neue Passwort ein."); +$helperInstance->addFieldText('pass1', "Neues Passwort:"); +$helperInstance->addInputPasswordField('pass1'); +$helperInstance->addFieldText('pass2', "Neues Passwort, Wiederholung:"); +$helperInstance->addInputPasswordField('pass2'); // Display current email -$helper->addFormNote('current_email', "Derzeitige Email-Adresse: ".$helper->getValueField('email').""); +$helperInstance->addFormNote('current_email', "Derzeitige Email-Adresse: ".$helperInstance->getValueField('email').""); // Only for changing email address -if ($helper->ifEmailChangeAllowed()) { - $helper->addFormGroup('email', "Änderung deiner Email-Addresse:"); - $helper->addFormSubGroup('email', "Gebe nur deine Email-Adresse zweimal ein, wenn du diese ändern möchtest!"); - $helper->addFieldText('email1', "Email-Adresse:"); - $helper->addInputTextField('email1'); - $helper->addFieldText('email2', "Wiederholung Email-Adresse:"); - $helper->addInputTextField('email2'); - - if ($helper->ifEmailMustBeUnique()) { - $helper->addFormNote('email', "Die von dir eingegebene Email-Adresse darf nur einmal im {?app_full_name?} verwendet worden sein."); +if ($helperInstance->ifEmailChangeAllowed()) { + $helperInstance->addFormGroup('email', "Änderung deiner Email-Addresse:"); + $helperInstance->addFormSubGroup('email', "Gebe nur deine Email-Adresse zweimal ein, wenn du diese ändern möchtest!"); + $helperInstance->addFieldText('email1', "Email-Adresse:"); + $helperInstance->addInputTextField('email1'); + $helperInstance->addFieldText('email2', "Wiederholung Email-Adresse:"); + $helperInstance->addInputTextField('email2'); + + if ($helperInstance->ifEmailMustBeUnique()) { + $helperInstance->addFormNote('email', "Die von dir eingegebene Email-Adresse darf nur einmal im {?app_full_name?} verwendet worden sein."); } // END - Unique email addresses - if ($helper->ifEmailChangeRequireConfirmation()) { - $helper->addFormNote('confirm_link', "Es wird ein Bestätigungslink an deine neue Email-Adresse gesendet. Bitte klicke diesen dann möglichst schnell an."); + if ($helperInstance->ifEmailChangeRequireConfirmation()) { + $helperInstance->addFormNote('confirm', "Es wird ein Bestätigungslink an deine neue Email-Adresse gesendet. Bitte klicke diesen dann möglichst schnell an."); } // END - Change requires confirmation } // END - email change allowed -$helper->addFormGroup('profile', "Hier kannst du deine Profildaten ändern."); +$helperInstance->addFormGroup('profile', "Hier kannst du deine Profildaten ändern."); // Persoenliche Daten mit in der Anmeldung abfragen? -if ($helper->ifRegisterIncludesPersonaData()) { - $helper->addFormSubGroup('persona', "Wenn du magst, dann vervollständige deine komplette Adresse mit deinem Namen."); - $helper->addFieldText('surname', "Dein Vorname:"); - $helper->addInputTextFieldWithDefault('surname'); - $helper->addFieldText('family', "Dein Nachname:"); - $helper->addInputTextFieldWithDefault('family'); - $helper->addFieldText('street', "Strasse und Hausnummer:"); - $helper->addInputTextFieldWithDefault('street'); - $helper->addFieldText('city', "Wohnort:"); - $helper->addInputTextFieldWithDefault('city'); +if ($helperInstance->ifRegisterIncludesPersonaData()) { + $helperInstance->addFormSubGroup('persona', "Wenn du magst, dann vervollständige deine komplette Adresse mit deinem Namen."); + $helperInstance->addFieldText('surname', "Dein Vorname:"); + $helperInstance->addInputTextFieldWithDefault('surname'); + $helperInstance->addFieldText('family', "Dein Nachname:"); + $helperInstance->addInputTextFieldWithDefault('family'); + $helperInstance->addFieldText('street', "Strasse und Hausnummer:"); + $helperInstance->addInputTextFieldWithDefault('street'); + $helperInstance->addFieldText('city', "Wohnort:"); + $helperInstance->addInputTextFieldWithDefault('city'); } // END - Persona data -$helper->addFormSubGroup('zip', "Magst du uns auch deine Postleitzahl verraten?"); -$helper->addFieldText('zip', "Postleitzahl:"); -$helper->addInputTextFieldWithDefault('zip'); +$helperInstance->addFormSubGroup('zip', "Magst du uns auch deine Postleitzahl verraten?"); +$helperInstance->addFieldText('zip', "Postleitzahl:"); +$helperInstance->addInputTextFieldWithDefault('zip'); -$helper->addFormSubGroup('chat', "Gebe hier deine Nicknames bzw. Nummern an:"); +$helperInstance->addFormSubGroup('chat', "Gebe hier deine Nicknames bzw. Nummern an:"); -if ($helper->ifChatEnabled('icq')) { - $helper->addFieldText('icq', "ICQ-Nummer:"); - $helper->addInputTextFieldWithDefault('icq'); +if ($helperInstance->ifChatEnabled('icq')) { + $helperInstance->addFieldText('icq', "ICQ-Nummer:"); + $helperInstance->addInputTextFieldWithDefault('icq'); } // END - if -if ($helper->ifChatEnabled('jabber')) { - $helper->addFieldText('jabber', "Jabber:"); - $helper->addInputTextFieldWithDefault('jabber'); +if ($helperInstance->ifChatEnabled('jabber')) { + $helperInstance->addFieldText('jabber', "Jabber:"); + $helperInstance->addInputTextFieldWithDefault('jabber'); } // END - if -if ($helper->ifChatEnabled('yahoo')) { - $helper->addFieldText('yahoo', "Yahoo!:"); - $helper->addInputTextFieldWithDefault('yahoo'); +if ($helperInstance->ifChatEnabled('yahoo')) { + $helperInstance->addFieldText('yahoo', "Yahoo!:"); + $helperInstance->addInputTextFieldWithDefault('yahoo'); } // END - if -if ($helper->ifChatEnabled('aol')) { - $helper->addFieldText('aol', "AOL-Screenname:"); - $helper->addInputTextFieldWithDefault('aol'); +if ($helperInstance->ifChatEnabled('aol')) { + $helperInstance->addFieldText('aol', "AOL-Screenname:"); + $helperInstance->addInputTextFieldWithDefault('aol'); } // END - if -if ($helper->ifChatEnabled('msn')) { - $helper->addFieldText('msn', "MSN:"); - $helper->addInputTextFieldWithDefault('msn'); +if ($helperInstance->ifChatEnabled('msn')) { + $helperInstance->addFieldText('msn', "MSN:"); + $helperInstance->addInputTextFieldWithDefault('msn'); } // END - if -if (!$helper->ifRegisterRequiresEmailVerification()) { - $helper->addFormExtraNote(1, "Die Benachrichtigungen per sind im Loginbereich verfeinerbar, welche du genau haben willst."); +if (!$helperInstance->ifRegisterRequiresEmailVerification()) { + $helperInstance->addFormExtraNote(1, "Die Benachrichtigungen per sind im Loginbereich verfeinerbar, welche du genau haben willst."); } // END - Extra note // Rules already accepted? -if ($helper->ifRulesHaveChanged()) { - $helper->addFormGroup('rules', "Bitte lese dir die Administrationsregeln gut durch und kreuze dann "Ja, ich akzeptiere die aktuellen Administrationsregeln" an."); - $helper->addFieldText('rules', "Ja, ich akzeptiere die aktuellen Administrationsregeln:"); - $helper->addInputCheckboxField('rules', false); +if ($helperInstance->ifRulesHaveChanged()) { + $helperInstance->addFormGroup('rules', "Bitte lese dir die Administrationsregeln gut durch und kreuze dann "Ja, ich akzeptiere die aktuellen Administrationsregeln" an."); + $helperInstance->addFieldText('rules', "Ja, ich akzeptiere die aktuellen Administrationsregeln:"); + $helperInstance->addInputCheckboxField('rules', false); } else { - $helper->addFormNote('rules_accepted', "Du hast die aktuellen Administrationsregeln akzeptiert. Vielen Dank!"); - $helper->addInputHiddenField('rules', "1"); + $helperInstance->addFormNote('rules_accepted', "Du hast die aktuellen Administrationsregeln akzeptiert. Vielen Dank!"); + $helperInstance->addInputHiddenField('rules', "1"); } // Ask again for current account password -$helper->addFormGroup('pass_old', "Bitte gebe zur Bestätigung der Änderungen dein derzeitiges Passwort ein."); -$helper->addFieldText('pass_old', "Altes Passwort:"); -$helper->addInputPasswordField('pass_old'); +$helperInstance->addFormGroup('pass_old', "Bitte gebe zur Bestätigung der Änderungen dein derzeitiges Passwort ein."); +$helperInstance->addFieldText('pass_old', "Altes Passwort:"); +$helperInstance->addInputPasswordField('pass_old'); // Abschliessender Hinweis und Abschluss des Formulars -$helper->addFormGroup('buttons', "Sind alle Daten nun korrekt eingegeben? Dann sende sie mit einem Klick einfach ab!"); -$helper->addInputResetButton("Alles nochmal eingeben"); -$helper->addInputSubmitButton("Accountdaten aktualisieren"); -$helper->addFormNote('data_protection', "Deine Daten werden nach den gültigen Datenschutzgesetzten gespeichert und werden nicht an Dritte weitergegeben. Weiteres dazu siehe Link "Datenschutz"."); -$helper->flushContent(); +$helperInstance->addFormGroup('buttons', "Sind alle Daten nun korrekt eingegeben? Dann sende sie mit einem Klick einfach ab!"); +$helperInstance->addInputResetButton("Alles nochmal eingeben"); +$helperInstance->addInputSubmitButton("Accountdaten aktualisieren"); +$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(); // [EOC] ?> 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 4c57125..6c22211 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,43 +2,43 @@ // 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. -$helper = WebFormHelper::createWebFormHelper($this, "resend_link"); +$helperInstance = WebFormHelper::createWebFormHelper($this, "resend"); // Pre-fetch field data with a given registry key -$helper->prefetchValueInstance('user'); +$helperInstance->prefetchValueInstance('user'); // Add submit button or notice -if ($helper->ifUserAccountUnconfirmed()) { +if ($helperInstance->ifUserAccountUnconfirmed()) { // Add submit button - $helper->addInputHiddenFieldWithDefault('email'); - $helper->addInputSubmitButton("Bestätigungslink erneut aussenden"); -} elseif ($helper->ifUserAccountLocked()) { + $helperInstance->addInputHiddenFieldWithDefault('email'); + $helperInstance->addInputSubmitButton("Bestätigungslink erneut aussenden"); +} elseif ($helperInstance->ifUserAccountLocked()) { // Account is locked - $helper->addFormNote('status_locked', "Dein Account wurde gesperrt! Grund der Sperre: - ".$helper->getValueField('lock_reason')." + $helperInstance->addFormNote('status_locked', "Dein Account wurde gesperrt! Grund der Sperre: + ".$helperInstance->getValueField('lock_reason')." Bitte melde dich beim Support, damit dieser dir weiterhelfen kann." ); } // Flush content and automatically close the form -$helper->flushContent(); +$helperInstance->flushContent(); -if ($helper->ifUserAccountUnconfirmed()) { +if ($helperInstance->ifUserAccountUnconfirmed()) { // Build the form for confirmation - $helper = WebFormHelper::createWebFormHelper($this, "confirm_code"); + $helperInstance = WebFormHelper::createWebFormHelper($this, "confirm_code"); // Add code box - $helper->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."); - $helper->addFieldText('code', "Bestätigungscode aus der Mail:"); - $helper->addInputTextField('code'); + $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."); + $helperInstance->addFieldText('code', "Bestätigungscode aus der Mail:"); + $helperInstance->addInputTextField('code'); // Add submit button - $helper->addFormGroup('buttons', "Bitte einmal abschicken und das Ergebnis abwarten!"); - $helper->addInputResetButton("Nochmal eingeben"); - $helper->addInputSubmitButton("Bestätigungscode absenden"); + $helperInstance->addFormGroup('buttons', "Bitte einmal abschicken und das Ergebnis abwarten!"); + $helperInstance->addInputResetButton("Nochmal eingeben"); + $helperInstance->addInputSubmitButton("Bestätigungscode absenden"); // Flush content and automatically close the form - $helper->flushContent(); + $helperInstance->flushContent(); } // END - if ?>
@@ -51,8 +51,8 @@ if ($helper->ifUserAccountUnconfirmed()) { kannst dir nun den Bestätigungslink erneut aussenden lassen, oder den Bestätigungscode unten eingeben. -