Skip to content

Commit

Permalink
seminars subscription text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kasprzyk-sz committed Nov 9, 2022
1 parent f49e379 commit ac3e509
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wp-content/themes/vf-wp-intranet/template-seminars.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function sortByStartDate($param1, $param2) {
<fieldset id="seminars-subscription"
class="vf-form__fieldset | vf-stack vf-stack--400 vf-u-margin__bottom--800 | vf-u-background-color-ui--off-white | vf-u-padding--400">
<p class="vf-text-body vf-text-body--3">
Subscribe to the selected seminars.</p>
Add selected seminars to your calendar for:</p>
</p>
<div class="vf-cluster vf-cluster--400">
<div class="vf-cluster__inner" style="padding: 3px;">
Expand All @@ -207,7 +207,7 @@ class="vf-form__radio | subscrition-time-filter" timeframe="3">
</div>
<div class="calendar-feed">
<button class="vf-button vf-button--primary vf-button--sm | seminar-subscribe | url-copied"
url="https://seminarlist.embl.de/rest/calendar?dutystationID=0&seminarTypeID=0&timeFrame=0">Subscribe</button>
url="https://seminarlist.embl.de/rest/calendar?dutystationID=0&seminarTypeID=0&timeFrame=0">Add to calendar</button>
</div>
<hr class="vf-divider vf-u-margin__bottom--200">
<p class="vf-text-body vf-text-body--3 | vf-u-margin__bottom--0 vf-u-margin__top--0"><a
Expand Down Expand Up @@ -290,7 +290,7 @@ class="vf-card__heading__icon | vf-icon vf-icon-arrow--inline-end" width="1em" h
"&timeFrame=" + valsTIME;
var subscribe =
' <button class="vf-button vf-button--primary vf-button--sm | seminar-subscribe | url-copied" url="' + str +
'">Subscribe</button>'
'">Add to calendar</button>'


$('.calendar-feed').html(subscribe);
Expand Down

0 comments on commit ac3e509

Please sign in to comment.