X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/cb8e3de960b758147b34d8323054e7de70548619..d2df33e87f20af74c9339c15d3a7fbacd9560ded:/WEB-INF/lib/form/Hidden.class.php diff --git a/WEB-INF/lib/form/Hidden.class.php b/WEB-INF/lib/form/Hidden.class.php index cddb223a..e06466e1 100644 --- a/WEB-INF/lib/form/Hidden.class.php +++ b/WEB-INF/lib/form/Hidden.class.php @@ -29,7 +29,7 @@ import('form.FormElement'); class Hidden extends FormElement { - var $cClassName = "Hidden"; + var $class = 'Hidden'; function __construct($name,$value="") { @@ -37,7 +37,7 @@ class Hidden extends FormElement { $this->value = $value; } - function toStringControl() { + function getHtml() { if ($this->id=="") $this->id = $this->name;