]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Submit.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / Submit.class.php
index 947b368d8bd5db267b488d62bcd029a321183d58..905b26950e2ebaffeeb2cef141d9420295394a2c 100644 (file)
@@ -37,7 +37,7 @@ class Submit extends FormElement {
                $this->value = $value;
        }
 
-       function toStringControl() {
+       function getHtml() {
            
            if ($this->id=="") $this->id = $this->name;