]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/templates/de/code/register_form.ctp
Continued:
[shipsimu.git] / application / shipsimu / templates / de / code / register_form.ctp
index 738b3b84a96fd0c1bbdbab0ca5a72806106983e3..86812b838edeff03aa3d47cc356cd4f7708a332d 100644 (file)
@@ -26,8 +26,8 @@ if ($helperInstance->ifRegisterRequiresEmailVerification()) {
        // Must the email address be unique in this system?
        if ($helperInstance->ifEmailMustBeUnique()) {
                $helperInstance->addFormNote('email', "Die von dir eingegebene Email-Adresse darf nur einmal im Spiel verwendet worden sein.");
-       } // END - if
-} // END - if
+       }
+}
 
 // Shall we also ask some personal data to complete the profile?
 if ($helperInstance->ifRegisterIncludesProfile()) {
@@ -41,8 +41,8 @@ if ($helperInstance->ifRegisterIncludesProfile()) {
                // Must the email address be unique in this system?
                if ($helperInstance->ifEmailMustBeUnique()) {
                        $helperInstance->addFormNote('email', "Die von dir eingegebene Email-Adresse darf nur einmal im Spiel verwendet worden sein.");
-               } // END - if
-       } // END - if
+               }
+       }
 
        // Persoenliche Daten mit in der Anmeldung abfragen?
        if ($helperInstance->ifRegisterIncludesPersonaData()) {
@@ -64,8 +64,8 @@ if ($helperInstance->ifRegisterIncludesProfile()) {
                        $helperInstance->addInputTextField('birth_month');
                        $helperInstance->addFieldText('birth_day', ".");
                        $helperInstance->addInputTextField('birth_year');
-               } // END - if
-       } // END - if
+               }
+       }
 
        $helperInstance->addFormSubGroup('zip', "Magst du uns auch deine Postleitzahl verraten?");
        $helperInstance->addFieldText('zip', "Postleitzahl:");
@@ -76,27 +76,27 @@ if ($helperInstance->ifRegisterIncludesProfile()) {
        if ($helperInstance->ifChatEnabled('icq')) {
                $helperInstance->addFieldText('icq', "ICQ-Nummer:");
                $helperInstance->addInputTextField('icq');
-       } // END - if
+       }
 
        if ($helperInstance->ifChatEnabled('jabber')) {
                $helperInstance->addFieldText('jabber', "Jabber:");
                $helperInstance->addInputTextField('jabber');
-       } // END - if
+       }
 
        if ($helperInstance->ifChatEnabled('yahoo')) {
                $helperInstance->addFieldText('yahoo', "Yahoo!:");
                $helperInstance->addInputTextField('yahoo');
-       } // END - if
+       }
 
        if ($helperInstance->ifChatEnabled('aol')) {
                $helperInstance->addFieldText('aol', "AOL-Screenname:");
                $helperInstance->addInputTextField('aol');
-       } // END - if
+       }
 
        if ($helperInstance->ifChatEnabled('msn')) {
                $helperInstance->addFieldText('msn', "MSN:");
                $helperInstance->addInputTextField('msn');
-       } // END - if
+       }
 
        if (!$helperInstance->ifRegisterRequiresEmailVerification()) {
                $helperInstance->addFormExtraNote(1, "Die Benachrichtigungen per sind im Loginbereich verfeinerbar, welche du genau haben willst.");
@@ -113,7 +113,7 @@ $helperInstance->addInputCheckboxField('rules', false);
 if ($helperInstance->ifFormSecuredWithCaptcha()) {
        $helperInstance->addFormGroup('captcha', "Bitte wiederhole den angezeigten Code damit die Anmeldung abgeschlossen werden kann.");
        $helperInstance->addCaptcha();
-} // END - if
+}
 
 // Final note and submit buttons
 $helperInstance->addFormGroup('buttons', "Wenn du alle benötigten Felder korrekt ausgefüt hast, kannst du die Anmeldung abschliessen.");