X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Ftodo%2Ftemplates%2Fde%2Fcode%2Fregister_form.ctp;h=e51c857f4fd3d7d6128d7d4540322de2618b9acc;hb=fc50e3805a154eca3330aeae911cd6b75c967e9f;hp=4d8296119227f56b747e9521846316b634e60023;hpb=a771e8625d659bffda3dc7dd929b5fcc877e9328;p=shipsimu.git diff --git a/application/todo/templates/de/code/register_form.ctp b/application/todo/templates/de/code/register_form.ctp index 4d82961..e51c857 100644 --- a/application/todo/templates/de/code/register_form.ctp +++ b/application/todo/templates/de/code/register_form.ctp @@ -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. -$helper = WebFormHelper::createWebFormHelper($this, 'todo_register'); +$helper = ObjectFactory::createObjectByConfiguredName('web_form_helper', array($this, 'todo_register')); // Always ask at least for nickname and password $helper->addFormGroup('login', "Bitte gebe hier gewünschten Nickname und dein Zugangspasswort ein."); @@ -105,6 +105,8 @@ $helper->addInputResetButton("Alles nochmal eingeben"); $helper->addInputSubmitButton("Anmeldung zum ToDo-Manager abschliessen"); $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(); + +// [EOC] ?>
Anmeldung bei {?app_full_name?}