|
|
@@ -62,8 +62,15 @@ class GeneralSection extends FreeFieldsSection
|
|
|
$this->generateDoubleSection([$passwd, $repPasswd]);
|
|
|
|
|
|
$type = new Select('type');
|
|
|
- $capacity = new Number('capacity');
|
|
|
+ $capacity = new Number('capacity',0);
|
|
|
|
|
|
$this->generateDoubleSection([$type, $capacity]);
|
|
|
+
|
|
|
+ $field = new Text('description');
|
|
|
+ $this->addField($field);
|
|
|
+
|
|
|
+ $field = new Text('notes');
|
|
|
+ $this->addField($field);
|
|
|
+
|
|
|
}
|
|
|
}
|