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/blocklist.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/blocklist.tpl') diff --git a/view/tpl/blocklist.tpl b/view/tpl/blocklist.tpl index c88d91463..bdb71ed9d 100644 --- a/view/tpl/blocklist.tpl +++ b/view/tpl/blocklist.tpl @@ -2,7 +2,7 @@
{{if $editor}}
- +
{{/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/blocklist.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view/tpl/blocklist.tpl') diff --git a/view/tpl/blocklist.tpl b/view/tpl/blocklist.tpl index bdb71ed9d..7f400bba2 100644 --- a/view/tpl/blocklist.tpl +++ b/view/tpl/blocklist.tpl @@ -22,8 +22,8 @@ - {{$created}} - {{$edited}} + {{$created}} + {{$edited}} {{foreach $pages as $key => $items}} {{foreach $items as $item}} @@ -53,10 +53,10 @@ {{/if}} - + {{$item.created}} - + {{$item.edited}} -- cgit v1.2.3