-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace ical and office calendar image icons #17282
Conversation
(Standard links)
|
@agh could you also implement the icons on the manage event page? |
@jaapjansma @mattwire I updated this to do the same thing on Manage Events as on the CiviEvent dashboard. Since it's a lot of repeated code, and it's weird that the URLs were all defined in Smarty, I created a new |
I updated this with |
test this please |
Overview
This slices off one commit from #17259 for ease of review. I then added an improved way to display the icons and applied the same improvement in a parallel place.
This changes the icons on the bottom of the event info page to use Font Awesome. These are stacked icons, the left one showing a calendar with a download icon (to download a file for the one event), and the right one showing a calendar with a link (to subscribe to the calendar).
The original icon files were used nowhere else, so this removes them.
I also altered the Event Dashboard to use similar icons for similar things at the top. The four links (view a listing, subscribe to a RSS feed, download a calendar, link to a calendar feed) have always been difficult to differentiate with icons, so this should be helpful.
Before
After
Technical Details
Stacked Font Awesome icons don't always line up with non-stacked ones, so it's helpful that all of the icons together be stacked.