|
@@ -41,8 +41,6 @@ class GeneralSection extends FreeFieldsSection
|
|
|
$productManager = new ProductManager();
|
|
$productManager = new ProductManager();
|
|
|
$productManager->loadByHostingId($hid);
|
|
$productManager->loadByHostingId($hid);
|
|
|
|
|
|
|
|
- $this->generateDoubleSection([new Text('firstname'), new Text('lastname')]);
|
|
|
|
|
-
|
|
|
|
|
$email = new InputGroup('usernameGroup');
|
|
$email = new InputGroup('usernameGroup');
|
|
|
|
|
|
|
|
$email->addTextField('username', false, true);
|
|
$email->addTextField('username', false, true);
|