FTP -> GIT Diff

This commit is contained in:
GamerClassN7
2021-03-01 16:02:21 +01:00
parent 9d9304d30e
commit fe1247fdaf
17 changed files with 209 additions and 2478 deletions

View File

@@ -112,7 +112,7 @@ class Form {
* [render function whitch dysplay generated form]
*/
function render(){
self::addInput(InputTypes::SUBMIT, 'formSubmit', '', 'Submit', 'Submit');
self::addInput(InputTypes::SUBMIT, 'formSubmit', '', '', 'Submit');
$form = '<form '.$this->formName.$this->formId.$this->method.$this->action.'">';
$form .= $this->formContent;
$form .= '</form>';