]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/CheckboxGroup.class.php
Further refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / CheckboxGroup.class.php
index 9f5cc053f5732b0f752f04de2188289834404458..136cc069d7fa844b41ab61b2b1c94c22442ab799 100644 (file)
@@ -60,8 +60,7 @@ class CheckboxGroup extends FormElement {
        function setGroupIn($value)     { $this->mGroupIn = $value; if ($this->mGroupIn<1) $this->mGroupIn = 1;}
        function getGroupIn() { return $this->mGroupIn; }
        
-       function setLocalization($i18n) {
-               FormElement::setLocalization($i18n);
+       function localize($i18n) {
                $this->lSelAll = $i18n->getKey('label.select_all');
                $this->lSelNone = $i18n->getKey('label.select_none');
        }