[ "Type" => FormUI::FTYPE_TEXT, "Label" => "User Name", "Size" => 12, "Placeholder" => "" ], "Password" => [ "Type" => FormUI::FTYPE_PASSWORD, "Label" => "Password", "Size" => 12, "Placeholder" => "" ], "Login" => [ "Type" => FormUI::FTYPE_CUSTOMCONTENT, "Content" => (new HtmlButton("Log In"))->getHtml(), "Label" => "" ] ]; $LogInForm = new FormUI($FormFields); # ----- DISPLAY -------------------------------------------------------------- ?> isLoggedIn()) { ?>
You are not authorized
to access this area of the system.