From b1c97dfcfd80263f94733d0ec6c357eebc5a57da Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 Mar 2017 10:47:30 +0100 Subject: some sed magic on button class names --- view/tpl/layoutlist.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/tpl/layoutlist.tpl') diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl index d0b81af0c..96c795a3b 100644 --- a/view/tpl/layoutlist.tpl +++ b/view/tpl/layoutlist.tpl @@ -2,8 +2,8 @@
{{if $editor}}
- -  {{$help.text}} + +  {{$help.text}}
{{/if}}

{{$title}}

-- cgit v1.2.3 From 37d350c3f589779a32ca356047d8c7244ac4878f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 20 Mar 2017 11:18:23 +0100 Subject: update to latest bs4 from git and change hidden-* classes to d-* --- view/tpl/layoutlist.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view/tpl/layoutlist.tpl') diff --git a/view/tpl/layoutlist.tpl b/view/tpl/layoutlist.tpl index 96c795a3b..1bbe14893 100644 --- a/view/tpl/layoutlist.tpl +++ b/view/tpl/layoutlist.tpl @@ -24,8 +24,8 @@ - {{$created}} - {{$edited}} + {{$created}} + {{$edited}} {{foreach $pages as $key => $items}} {{foreach $items as $item}} @@ -55,10 +55,10 @@ {{/if}} - + {{$item.created}} - + {{$item.edited}} -- cgit v1.2.3