From 26f4532d47dfe897f289518fc9f0eae8651f7e0b Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Sat, 6 Jan 2024 16:10:49 +0100 Subject: [PATCH 01/14] Enable HTML attributes in all form fields. Closes #13804 --- view/templates/field_checkbox.tpl | 2 +- view/templates/field_password.tpl | 2 +- view/templates/field_textarea.tpl | 2 +- view/theme/frio/templates/field_checkbox.tpl | 2 +- view/theme/frio/templates/field_password.tpl | 2 +- view/theme/frio/templates/field_textarea.tpl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/view/templates/field_checkbox.tpl b/view/templates/field_checkbox.tpl index 4bdb5a0912..b1e6540d88 100644 --- a/view/templates/field_checkbox.tpl +++ b/view/templates/field_checkbox.tpl @@ -1,7 +1,7 @@
- + {{if $field.3}} {{$field.3 nofilter}} {{/if}} diff --git a/view/templates/field_password.tpl b/view/templates/field_password.tpl index 57149fe52d..a0ac6a735f 100644 --- a/view/templates/field_password.tpl +++ b/view/templates/field_password.tpl @@ -1,6 +1,6 @@
- + {{if $field.3}} {{$field.3 nofilter}} {{/if}} diff --git a/view/templates/field_textarea.tpl b/view/templates/field_textarea.tpl index f5221b5698..797556ea9f 100644 --- a/view/templates/field_textarea.tpl +++ b/view/templates/field_textarea.tpl @@ -1,7 +1,7 @@
- + {{if $field.3}} {{$field.3 nofilter}} {{/if}} diff --git a/view/theme/frio/templates/field_checkbox.tpl b/view/theme/frio/templates/field_checkbox.tpl index f17c483297..2fd4641c33 100644 --- a/view/theme/frio/templates/field_checkbox.tpl +++ b/view/theme/frio/templates/field_checkbox.tpl @@ -1,7 +1,7 @@
- +