From 67b9e57547fc873a3a5271d0fbac08dc56571f4d Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sun, 15 Oct 2017 22:52:22 +0200 Subject: [PATCH] add event copy link to default event.tpl --- view/templates/event.tpl | 1 + view/theme/vier/css/font2.css | 1 + 2 files changed, 2 insertions(+) diff --git a/view/templates/event.tpl b/view/templates/event.tpl index 328e0e8a13..495cf2eb18 100644 --- a/view/templates/event.tpl +++ b/view/templates/event.tpl @@ -6,6 +6,7 @@ {{$event.html}} {{if $event.item.plink}}{{/if}} {{if $event.edit}}{{/if}} + {{if $event.copy}}{{/if}} {{if $event.drop}}{{/if}}
diff --git a/view/theme/vier/css/font2.css b/view/theme/vier/css/font2.css index a62cffc00c..7d40e2f6d0 100644 --- a/view/theme/vier/css/font2.css +++ b/view/theme/vier/css/font2.css @@ -334,6 +334,7 @@ li.icon.icon-large:before { .icon.drop:before { content: "\f014"; } .icon.drophide:before { content: "\f014"; } +.icon.copy:before { content: "\f0c5"; } .small-pencil:before, .savedsearchdrop:before { font-family: FontAwesome;