Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / CheckboxGroup.class.php
index 136cc06..cb7c9f1 100644 (file)
@@ -65,7 +65,7 @@ class CheckboxGroup extends FormElement {
                $this->lSelNone = $i18n->getKey('label.select_none');
        }
                
-       function toStringControl() {
+       function getHtml() {
 
            if ($this->id=="") $this->id = $this->name;