X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FSubmit.class.php;h=905b26950e2ebaffeeb2cef141d9420295394a2c;hb=60d2288b7fca6caf0f5d9d3eee972f040eb24fb0;hp=947b368d8bd5db267b488d62bcd029a321183d58;hpb=ac5189157ef60820dd125400baee9f408a9ba2ea;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;