From b4dff3a9ff16811ea0310f5dbf4d7559c97835b0 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 22 Apr 2015 10:31:36 +0200 Subject: provide headings for blocks and layouts --- view/tpl/layoutlist.tpl | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'view/tpl/layoutlist.tpl') diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl index 0a0085497..cd146377d 100644 --- a/view/tpl/layoutlist.tpl +++ b/view/tpl/layoutlist.tpl @@ -1,5 +1,20 @@ -{{if $pages}} +
+ {{if $editor}} +
+ +  {{$help.text}} +
+ {{/if}} +

{{$title}}

+
+
+{{if $editor}} +
+ {{$editor}} +
+{{/if}} +{{if $pages}}
{{foreach $pages as $key => $items}} {{foreach $items as $item}} @@ -15,5 +30,4 @@
- {{/if}} -- cgit v1.2.3