From 2859a3a196b17fe4fd5f72a45bc0e215e95b8b0e Mon Sep 17 00:00:00 2001 From: Julian Hofmann Date: Wed, 22 Oct 2025 11:21:22 +0200 Subject: [PATCH] [TASK] Standardise the spelling of ViewHelpers to lowerCamelCase It is common practice to write ViewHelpers in Fluid templates in lowerCamelCase. Adherence to this standard also supports code completion in IDEs, for example. --- Resources/Private/Partials/Form/Page.html | 2 +- Resources/Private/Templates/Form/PowermailAll.html | 4 ++-- Resources/Private/Templates/Module/ExportXls.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Private/Partials/Form/Page.html b/Resources/Private/Partials/Form/Page.html index 33e113a53..927998cf5 100644 --- a/Resources/Private/Partials/Form/Page.html +++ b/Resources/Private/Partials/Form/Page.html @@ -6,7 +6,7 @@ - + diff --git a/Resources/Private/Templates/Form/PowermailAll.html b/Resources/Private/Templates/Form/PowermailAll.html index dc29ba22a..79dfaed0f 100644 --- a/Resources/Private/Templates/Form/PowermailAll.html +++ b/Resources/Private/Templates/Form/PowermailAll.html @@ -37,10 +37,10 @@ - + - + diff --git a/Resources/Private/Templates/Module/ExportXls.html b/Resources/Private/Templates/Module/ExportXls.html index e6daa0576..4f8ab448a 100644 --- a/Resources/Private/Templates/Module/ExportXls.html +++ b/Resources/Private/Templates/Module/ExportXls.html @@ -18,7 +18,7 @@
- + @@ -65,7 +65,7 @@ - +