X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FCombobox.class.php;h=190819489c9661672cf33c171e20588b94416037;hb=bd569da4f1d6ada00f5e48eac9716c068003748a;hp=78bd996272c5bf4f28bfb1bc878b2ba602932d4e;hpb=8368d1ed9b3acdd13dc8ef325161661186935435;p=timetracker.git 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";