[TikiWiki-commits] [Git][tikiwiki/tiki][master] [ENH] Fixes for gCalendar button alignment
"Bruno Kambere \(@kambereBr\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <6a1992775a0b3_381945603049f@gitlab-sidekiq-low-urgency-cpu-bound-v2-6b99557b78-kl2vr.mail> |
Bruno Kambere pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
9ced08c0 by John Santos at 2026-05-29T16:02:27+03:00
[ENH] Fixes for gCalendar button alignment
---
* Rebase++
See merge request tikiwiki/tiki!9867
- - - - -
1 changed file:
- lib/wiki-plugins/wikiplugin_addtogooglecal.php
Changes:
=====================================
lib/wiki-plugins/wikiplugin_addtogooglecal.php
=====================================
@@ -78,6 +78,6 @@ function wikiplugin_addtogooglecal($data, $params)
$date_to = date('Ymd', $calitem['end']) . 'T' . date('His', $calitem['end']) . 'Z';
date_default_timezone_set($old_tz);
$gcal_dates = $date_from . '/' . $date_to;
- return '<a target="_blank" title="' . tr('Add Event to Google Calendar') . '" class="btn btn-primary" href="https://www.google.com/calendar/event?action=' . $gcal_action . '&text=' . $gcal_text . '&dates=' . $gcal_dates . '&location=' . $gcal_location . '&details=' . $gcal_details . '">
- <i class="fas fa-calendar-plus"></i></a>';
+ return '<a target="_blank" title="' . tr('Add Event to Google Calendar') . '" class="btn btn-primary btn-sm" href="https://www.google.com/calendar/event?action=' . $gcal_action . '&text=' . $gcal_text . '&dates=' . $gcal_dates . '&location=' . $gcal_location . '&details=' . $gcal_details . '">
+ <i class="fas fa-calendar-plus"></i> ' . tr('Add Event to Google Calendar') . '</a>';
}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/9ced08c07d7a99688bf8a0a7e8fb6267aa8c47af
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/9ced08c07d7a99688bf8a0a7e8fb6267aa8c47af
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs