X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FCombobox.class.php;h=190819489c9661672cf33c171e20588b94416037;hb=bd569da4f1d6ada00f5e48eac9716c068003748a;hp=a421b66a0e852c8edc6353d2042e5be6c4593fe9;hpb=e358c96cac5953f33fec0570e68f99f61802a436;p=timetracker.git diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index a421b66a..19081948 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -79,11 +79,11 @@ class Combobox extends FormElement { if ($this->mMultiple) $html .= " multiple"; - if ($this->mOnChange!="") - $html .= " onchange=\"$this->mOnChange\""; + 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->isEnable()) $html .= " disabled";