From 37e04b68a33a7aee83e10c0b46409d3dc742044f Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Sun, 10 May 2020 15:01:52 -0400 Subject: [PATCH] Event dashboard: improve icons above event summary --- css/civicrm.css | 4 ++++ templates/CRM/Event/Page/DashBoard.tpl | 21 +++++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index be8af43c42..5cdf9c3353 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -1701,6 +1701,10 @@ input.crm-form-entityref { .crm-container a.crm-event-feed-link { margin: 0 1ex; color: #52534D; + display: inline-block; + font-size: 10px; + padding: 2px 2px 0; + vertical-align: bottom; } .crm-container a.crm-event-feed-link:hover { diff --git a/templates/CRM/Event/Page/DashBoard.tpl b/templates/CRM/Event/Page/DashBoard.tpl index dda0626c1d..0119172fcc 100644 --- a/templates/CRM/Event/Page/DashBoard.tpl +++ b/templates/CRM/Event/Page/DashBoard.tpl @@ -21,10 +21,23 @@
 

{ts}Event Summary{/ts} {help id="id-event-intro"} - - - -

+ + + {ts}HTML listing of current and future public events.{/ts} + + + + {ts}Get RSS 2.0 feed for current and future public events.{/ts} + + + + {ts}Download iCalendar entry for this event.{/ts} + + + + {ts}iCalendar feed for this event.{/ts} + + {include file="CRM/common/jsortable.tpl"} -- 2.25.1