From 056db37c662864954181fea9c1af48d69866340f Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 26 Nov 2015 22:14:20 +0100 Subject: beautify event item code --- view/tpl/event_item_header.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 view/tpl/event_item_header.tpl (limited to 'view/tpl/event_item_header.tpl') diff --git a/view/tpl/event_item_header.tpl b/view/tpl/event_item_header.tpl new file mode 100755 index 000000000..de1899457 --- /dev/null +++ b/view/tpl/event_item_header.tpl @@ -0,0 +1,11 @@ +
+

{{$title}}

+
+
+ {{$dtstart_label}} {{$dtstart_dt}} +
+{{if $finish}} +
+ {{$dtend_label}} {{$dtend_dt}} +
+{{/if}} -- cgit v1.2.3 From a73c3858318f0efe54dacd585d76e272041fba32 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 26 Nov 2015 23:29:49 +0100 Subject: lost calendar icon --- view/tpl/event_item_header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/event_item_header.tpl') diff --git a/view/tpl/event_item_header.tpl b/view/tpl/event_item_header.tpl index de1899457..70ddfd808 100755 --- a/view/tpl/event_item_header.tpl +++ b/view/tpl/event_item_header.tpl @@ -1,5 +1,5 @@
-

{{$title}}

+

 {{$title}}

{{$dtstart_label}} {{$dtstart_dt}} -- 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_header.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'view/tpl/event_item_header.tpl') 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