|
|
@@ -97,9 +97,10 @@ class EditGeneralSection extends FreeFieldsSection
|
|
|
$defaults = new Switcher('setDefaults');
|
|
|
$this->addField($defaults);
|
|
|
} else {
|
|
|
- $field = new Text('infodns');
|
|
|
- $field->setId('infodns');
|
|
|
- $field->setName('infodns');
|
|
|
+ $infodns = new Text('infodns');
|
|
|
+ $infodns->setId('infodns');
|
|
|
+ $infodns->setName('infodns');
|
|
|
+ $infodns->addHtmlAttribute('disabled', true);
|
|
|
$this->addField($field);
|
|
|
}
|
|
|
}
|