From 2cf3ed6d7c1ca2fe090ecdf92b217122b88675c1 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 12 Jun 2020 22:05:12 -0400 Subject: [PATCH] [frio] Remove duplicate page wrapper in auto_request - [frio] Add page wrapper to minimal template (for sitewide theme settings) --- view/theme/frio/php/minimal.php | 5 +- view/theme/frio/templates/auto_request.tpl | 66 +++++++++++----------- 2 files changed, 36 insertions(+), 35 deletions(-) diff --git a/view/theme/frio/php/minimal.php b/view/theme/frio/php/minimal.php index ad4581ff03..43c5305863 100644 --- a/view/theme/frio/php/minimal.php +++ b/view/theme/frio/php/minimal.php @@ -6,7 +6,10 @@ -
+
+
+ +
diff --git a/view/theme/frio/templates/auto_request.tpl b/view/theme/frio/templates/auto_request.tpl index a6f148723f..eec9c7f3ec 100644 --- a/view/theme/frio/templates/auto_request.tpl +++ b/view/theme/frio/templates/auto_request.tpl @@ -1,45 +1,43 @@ -
-

{{$header}}

+

{{$header}}

{{if !$myaddr}} -

- {{$page_desc nofilter}} -

-

- {{$invite_desc nofilter}} -

+

+ {{$page_desc nofilter}} +

+

+ {{$invite_desc nofilter}} +

{{/if}} -
+ {{if $url}} -
-
{{$url_label}}
-
{{$url}}
-
+
+
{{$url_label}}
+
{{$url}}
+
{{/if}} {{if $keywords}} -
-
{{$keywords_label}}
-
{{$keywords}}
-
+
+
{{$keywords_label}}
+
{{$keywords}}
+
{{/if}} -
- - {{if $myaddr}} - {{$myaddr}} - - {{else}} - - {{/if}} - -
-
+
+ + {{if $myaddr}} + {{$myaddr}} + + {{else}} + + {{/if}} + +
+
-
+
{{if $submit}} - + {{/if}} - -
- -
+ +
+