|
|
@@ -51,7 +51,7 @@ class EditRessourceForm extends SortedFieldForm implements ClientArea
|
|
|
$this->addField((new Hidden('id')));
|
|
|
$email = new InputGroup('usernameGroup');
|
|
|
|
|
|
- $email->addTextField('name', false, true)->addHtmlAttribute('readonly','true');
|
|
|
+ $email->addInputComponent((new InputGroupElements\Text('name'))->addHtmlAttribute('readonly','true'));
|
|
|
$email->addInputAddon('emailSign', false, '@');
|
|
|
$email->addInputComponent((new InputGroupElements\Text('domain'))->addHtmlAttribute('readonly','true'));
|
|
|
$this->addSection($email);
|