From 122d7281f7d4b55ef8adf8791bdab51b4b797ba8 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 28 Nov 2015 11:04:33 +0100 Subject: fix tpl if clause --- view/tpl/settings.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl') diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 2c71c64fb..af5f222fe 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -159,12 +159,12 @@ {{/foreach}} + {{/if}} {{include file="field_checkbox.tpl" field=$cal_first_day}}
- {{/if}} -- cgit v1.2.3 From 7db86a4e0505235b154a1121835861b0b6a76581 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 28 Nov 2015 14:47:17 +0100 Subject: css fixes --- view/tpl/event_item_content.tpl | 6 +++--- view/tpl/event_item_header.tpl | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'view/tpl') diff --git a/view/tpl/event_item_content.tpl b/view/tpl/event_item_content.tpl index 868e5ad27..76e0f4616 100644 --- a/view/tpl/event_item_content.tpl +++ b/view/tpl/event_item_content.tpl @@ -1,10 +1,10 @@ {{if $description}} -
+
{{$description}}
{{/if}} {{if $location}} -
- {{$location_label}} {{$location}} +
+ {{$location_label}} {{$location}}
{{/if}} diff --git a/view/tpl/event_item_header.tpl b/view/tpl/event_item_header.tpl index 70ddfd808..9547676e9 100755 --- a/view/tpl/event_item_header.tpl +++ b/view/tpl/event_item_header.tpl @@ -1,11 +1,11 @@ -
+

 {{$title}}

-
- {{$dtstart_label}} {{$dtstart_dt}} +
+ {{$dtstart_label}} {{$dtstart_dt}}
{{if $finish}} -
- {{$dtend_label}} {{$dtend_dt}} +
+ {{$dtend_label}} {{$dtend_dt}}
{{/if}} -- cgit v1.2.3