X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2Fform%2FCombobox.class.php;h=314f4b74ec5d9b7d00a0559e9590f0826f8c4b36;hb=3a5964df63eb410b66e02326ebc7f7c90e8d606e;hp=e253e8ec2e62f1ac9b97f80536e06a88a5501152;hpb=5532fe6cfc2125063ff8040cfa80e20089ac64b0;p=timetracker.git diff --git a/WEB-INF/lib/form/Combobox.class.php b/WEB-INF/lib/form/Combobox.class.php index e253e8ec..314f4b74 100644 --- a/WEB-INF/lib/form/Combobox.class.php +++ b/WEB-INF/lib/form/Combobox.class.php @@ -44,7 +44,7 @@ class Combobox extends FormElement { var $mCompareOn = "key"; // or "value" var $mDataDeep = 1; var $mDataKeys = array(); - var $cClassName = "Combobox"; + var $class = 'Combobox'; function __construct($name,$value="") { @@ -84,7 +84,7 @@ class Combobox extends FormElement { if ($this->style!="") $html .= " style=\"$this->style\""; - if (!$this->isEnable()) + if (!$this->isEnabled()) $html .= " disabled"; $html .= ">\n";