X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FSubmit.class.php;fp=WEB-INF%2Flib%2Fform%2FSubmit.class.php;h=905b26950e2ebaffeeb2cef141d9420295394a2c;hb=61efd9d023ae34c1290ef2e1ae25829c509caaee;hp=947b368d8bd5db267b488d62bcd029a321183d58;hpb=a4d1c5627c3958245ea7e2e573267e34f5872471;p=timetracker.git diff --git a/WEB-INF/lib/form/Submit.class.php b/WEB-INF/lib/form/Submit.class.php index 947b368d..905b2695 100644 --- a/WEB-INF/lib/form/Submit.class.php +++ b/WEB-INF/lib/form/Submit.class.php @@ -37,7 +37,7 @@ class Submit extends FormElement { $this->value = $value; } - function toStringControl() { + function getHtml() { if ($this->id=="") $this->id = $this->name;