]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/action_login_profile.ctp
Doc tags updated
[shipsimu.git] / application / ship-simu / templates / de / code / action_login_profile.ctp
index db9afe3faaf9c66e06f3f99347271deaae5a731e..4d8f3ddcefffb63e5e8c5d43014feac8f9988cc2 100644 (file)
@@ -36,6 +36,7 @@ if ($helper->ifEmailChangeAllowed()) {
        } // END - Change requires confirmation
 } // END - email change allowed
 
+// Add form group for user profile
 $helper->addFormGroup('profile', "Hier kannst du deine Profildaten ändern.");
 
 // Persoenliche Daten mit in der Anmeldung abfragen?
@@ -51,32 +52,39 @@ if ($helper->ifRegisterIncludesPersonaData()) {
        $helper->addInputTextFieldWithDefault('city');
 } // END - Persona data
 
+// Add su group for zip code
 $helper->addFormSubGroup('zip', "Magst du uns auch deine Postleitzahl verraten?");
 $helper->addFieldText('zip', "Postleitzahl:");
 $helper->addInputTextFieldWithDefault('zip');
 
+// Add sub group for chat protocols
 $helper->addFormSubGroup('chat', "Gebe hier deine Nicknames bzw. Nummern an:");
 
+// Add ICQ chat?
 if ($helper->ifChatEnabled('icq')) {
        $helper->addFieldText('icq', "ICQ-Nummer:");
        $helper->addInputTextFieldWithDefault('icq');
 } // END - if
 
+// Add Jabber chat?
 if ($helper->ifChatEnabled('jabber')) {
        $helper->addFieldText('jabber', "Jabber:");
        $helper->addInputTextFieldWithDefault('jabber');
 } // END - if
 
+// Add Yahoo! chat?
 if ($helper->ifChatEnabled('yahoo')) {
        $helper->addFieldText('yahoo', "Yahoo!:");
        $helper->addInputTextFieldWithDefault('yahoo');
 } // END - if
 
+// Add AOL chat?
 if ($helper->ifChatEnabled('aol')) {
        $helper->addFieldText('aol', "AOL-Screenname:");
        $helper->addInputTextFieldWithDefault('aol');
 } // END - if
 
+// Add MSN chat?
 if ($helper->ifChatEnabled('msn')) {
        $helper->addFieldText('msn', "MSN:");
        $helper->addInputTextFieldWithDefault('msn');