Simplified Checkbox class.
[timetracker.git] / WEB-INF / lib / form / Submit.class.php
index 91123c5..35eb6df 100644 (file)
@@ -30,11 +30,10 @@ import('form.FormElement');
        
 class Submit extends FormElement {
 
-  function __construct($name, $value = '')
+  function __construct($name)
   {
     $this->class = 'Submit';
     $this->name = $name;
-    $this->value = $value;
   }
 
   function getHtml() {