Skip to content

Commit

Permalink
Replace ical and office calendar image icons
Browse files Browse the repository at this point in the history
  • Loading branch information
agh1 committed May 11, 2020
1 parent 60c7a2d commit fdb430d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file removed i/ical_feed.gif
Binary file not shown.
Binary file removed i/office-calendar.png
Binary file not shown.
3 changes: 2 additions & 1 deletion templates/CRM/Event/Page/iCalLinks.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
{capture assign=icalFile}{crmURL p='civicrm/event/ical' q="reset=1&id=`$event.id`" fe=1 a=1}{/capture}
{capture assign=icalFeed}{crmURL p='civicrm/event/ical' q="reset=1&list=1&id=`$event.id`" fe=1 a=1}{/capture}
<div class="action-link section iCal_links-section">
<a href="{$icalFile}" title="{ts}Download iCalendar entry for this event.{/ts}"><img src="{$config->resourceBase}i/office-calendar.png" alt="{ts}Download iCalendar entry for this event.{/ts}"></a>&nbsp;&nbsp;<a href="{$icalFeed}" title="{ts}iCalendar feed for this event.{/ts}"><img src="{$config->resourceBase}i/ical_feed.gif" alt="{ts}iCalendar feed for this event.{/ts}" style="margin-bottom: 4px;" /></a>
<a href="{$icalFile}" title="{ts}Download iCalendar entry for this event.{/ts}"><i class="crm-i fa-calendar-plus-o fa-2x"></i><span class="sr-only">{ts}Download iCalendar entry for this event.{/ts}</span></a>
<a href="{$icalFeed}" title="{ts}iCalendar feed for this event.{/ts}"><i class="crm-i fa-calendar fa-2x"></i><span class="sr-only">{ts}iCalendar feed for this event.{/ts}</span></a>
</div>

0 comments on commit fdb430d

Please sign in to comment.