]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/login_form.ctp
Account status page partly implemented, backtrace now without own saveBacktrace(...
[shipsimu.git] / application / ship-simu / templates / de / code / login_form.ctp
index d890f183126d92e176cdb6fda7ca381a1d00f35c..31688ccc3d0bc22abb0543fdf3e4acf1637c9df5 100644 (file)
@@ -40,7 +40,6 @@ if ($helper->ifLoginIsEnabled()) {
 }
 
 // Formular schliessen
-$helper->addFormTag();
 $helper->flushContent();
 
 // Ist Gastlogin erlaubt?
@@ -51,7 +50,6 @@ if ($helper->ifGuestLoginAllowed()) {
        $helper->addInputHiddenField("pass", $this->getConfigInstance()->readConfig('guest_login_password'));
        $helper->addFormGroup("buttons", "Gastlogins sind in der Funkionsweise eingeschränkt. Mehr dazu unter "Gastlogin".");
        $helper->addInputSubmitButton("Als Gast einloggen");
-       $helper->addFormTag();
        $helper->flushContent();
 }