]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Checkbox.class.php
Some renaming.
[timetracker.git] / WEB-INF / lib / form / Checkbox.class.php
index d79e5fe75e2f9a93444d5b2c252f8bb8f69460f9..7a49a6fb5b984e0c56dd7dd182ef4d60c2f29eda 100644 (file)
@@ -56,8 +56,8 @@ class Checkbox extends FormElement {
                if ($this->on_change!="")
                   $html .= " onchange=\"$this->on_change\"";
                   
-               if ($this->mStyle!="")
-                  $html .= " style=\"$this->mStyle\"";
+               if ($this->style!="")
+                  $html .= " style=\"$this->style\"";
 
                if ($this->mChecked || (($this->value == $this->mOptions) && ($this->value != null)))
                   $html .= " checked=\"true\"";