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;