X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/2d0b41f7a9a2064b7a41209ec85fa3779b1f8a29..bd569da4f1d6ada00f5e48eac9716c068003748a:/WEB-INF/lib/form/Combobox.class.php diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index 78bd9962..19081948 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -82,8 +82,8 @@ class Combobox 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->isEnable()) $html .= " disabled";