]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Combobox.class.php
Some renaming.
[timetracker.git] / WEB-INF / lib / form / Combobox.class.php
index 4d8df251cbe698ff54a09840ba394c7eaf5f62f1..190819489c9661672cf33c171e20588b94416037 100644 (file)
@@ -78,15 +78,12 @@ class Combobox extends FormElement {
                 
                if ($this->mMultiple)
                  $html .= " multiple";
-                 
-               if ($this->mTabindex!="")
-                  $html .= " tabindex=\"$this->mTabindex\"";
-                  
-               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";