Introduced PasswordField.class.php to keep things simple.
[timetracker.git] / WEB-INF / lib / form / Submit.class.php
index 947b368..905b269 100644 (file)
@@ -37,7 +37,7 @@ class Submit extends FormElement {
                $this->value = $value;
        }
 
-       function toStringControl() {
+       function getHtml() {
            
            if ($this->id=="") $this->id = $this->name;