From 96a8ae336d0a21d045bb4f1a4647f5541964bf9c Mon Sep 17 00:00:00 2001 From: Brian Read Date: Tue, 5 Nov 2024 20:01:05 +0000 Subject: [PATCH] Sort out quotes round true ahd false in template --- Templates/html_controls.html.ep.xml | 2 +- json5/Letsencrypt.json5 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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',