diff --git a/Templates/html_controls.html.ep.xml b/Templates/html_controls.html.ep.xml
index 926f949..f2ee093 100644
--- a/Templates/html_controls.html.ep.xml
+++ b/Templates/html_controls.html.ep.xml
@@ -16,7 +16,7 @@
%=l('${prefix}_${Label}')
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
- %= text_area '${Name}', cols=>${cols | 40}, rows=>${rows | 10}, Readonly=>${Readonly | false}
+ %= text_area '${Name}', cols=>${cols | 40}, rows=>${rows | 10}, Readonly=>'${Readonly | false}'
]]>
diff --git a/json5/Letsencrypt.json5 b/json5/Letsencrypt.json5
index 192fb47..d96fd94 100644
--- a/json5/Letsencrypt.json5
+++ b/json5/Letsencrypt.json5
@@ -7,7 +7,7 @@
'MenuHeading': 'Network',
'MenuDescription': 'Letsencrypt certificate',
'MenuNavigation': '6000 6600',
- 'firstPanel': 'PARAMS',
+ 'firstPanel': 'CHECKALLDOMAINS',
'signalEvent': 'smeserver-letsencrypt-update',
'html': [
{
@@ -248,7 +248,7 @@
'Name': 'AllDomainsCheck',
'Label': 'All domains check result',
'Rows':20,
- 'Readonly':true
+ 'Readonly':'true'
},
'Input2': {
'Type': 'Submit',
@@ -264,7 +264,7 @@
'Name': 'EnabledDomainsCheck',
'Label': 'Enabled domains check result',
'Rows':20,
- 'Readonly':true
+ 'Readonly':'true'
},
'Input2': {
'Type': 'Submit',