From: Hypolite Petovan Date: Wed, 1 Apr 2020 23:14:37 +0000 (-0400) Subject: Refactor profile edit page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91fb396ec17f540dff2dd76d003ee5da262edfaf;p=friendica.git Refactor profile edit page - Fix header hierarchy - [frio] Fix panel display --- diff --git a/view/templates/settings/profile/index.tpl b/view/templates/settings/profile/index.tpl index 8c89dc1ba2..7188212c0d 100644 --- a/view/templates/settings/profile/index.tpl +++ b/view/templates/settings/profile/index.tpl @@ -97,7 +97,7 @@
-

{{$lbl_custom_fields_section}}

+

{{$lbl_custom_fields_section}}

{{$custom_fields_description nofilter}}
{{foreach $custom_fields as $custom_field}} diff --git a/view/theme/frio/templates/settings/profile/index.tpl b/view/theme/frio/templates/settings/profile/index.tpl index 05a4bb215d..21387437ec 100644 --- a/view/theme/frio/templates/settings/profile/index.tpl +++ b/view/theme/frio/templates/settings/profile/index.tpl @@ -1,5 +1,5 @@
- {{include file="section_title.tpl" title=$banner}} +

{{$banner}}

{{* The actions dropdown which can performed to the current profile *}}