From: Michael Date: Tue, 15 Aug 2023 20:22:15 +0000 (+0000) Subject: New parameter for textareas to make them readonly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2183c5e60cc557ebc3decbb215ce1eb586f05ec9;p=friendica.git New parameter for textareas to make them readonly --- diff --git a/view/templates/field_textarea.tpl b/view/templates/field_textarea.tpl index edd48d1d0f..f5221b5698 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_textarea.tpl b/view/theme/frio/templates/field_textarea.tpl index 72bcc232a1..ef9838f565 100644 --- a/view/theme/frio/templates/field_textarea.tpl +++ b/view/theme/frio/templates/field_textarea.tpl @@ -2,7 +2,7 @@ {{if $field.1}} {{/if}} - + {{if $field.3}} {{$field.3 nofilter}} {{/if}}