-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1990 from tomudding/feature/activity-facilities-u…
…pdate feat(activity): add Zettle as option for facilities
- Loading branch information
Showing
14 changed files
with
213 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,8 @@ MAIL_TO_ACTIVITY_CREATION_REQUIRE_GEFLITST_NAME=ApplicatieBeheerCommissie | |
MAIL_TO_ACTIVITY_CREATION_REQUIRE_GEFLITST_PLANKA_ADDRESS=example@example.com | ||
MAIL_TO_ACTIVITY_CREATION_REQUIRE_GEFLITST_PLANKA_KEY=933632049134645737638108890119485901261134 | ||
MAIL_TO_ACTIVITY_CREATION_REQUIRE_GEFLITST_PLANKA_NAME=ApplicatieBeheerCommissie | ||
MAIL_TO_ACTIVITY_CREATION_REQUIRE_ZETTLE_ADDRESS=example@example.com | ||
MAIL_TO_ACTIVITY_CREATION_REQUIRE_ZETTLE_NAME=ApplicatieBeheerCommissie | ||
[email protected] | ||
MAIL_TO_ACTIVITY_CALENDAR_NAME=ApplicatieBeheerCommissie | ||
[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 39 additions & 0 deletions
39
module/Activity/view/email/activity_created_require_Zettle.phtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
For English, see below. | ||
|
||
L.s.<br/><br/> | ||
|
||
Er is een nieuwe activiteit aangemaakt op de GEWIS website waarvoor een Zettle nodig is. | ||
|
||
<h3><?= $this->escapeHtml($activity->getName()->getText("nl")) ?></h3> | ||
|
||
<p><?= $this->escapeHtml($activity->getDescription()->getText("nl")) ?></p> | ||
|
||
<br/> | ||
|
||
Ze zouden graag een antwoord van je horen. Kun je dat sturen naar ' | ||
<strong><?= $this->escapeHtml($requester) ?></strong>'? | ||
Je kunt een antwoord sturen door te reageren op deze email. | ||
<br/><br/> | ||
|
||
Met vriendelijke groeten,<br/> | ||
De ApplicatieBeheerCommissie | ||
<hr/> | ||
|
||
L.s.<br/><br/> | ||
|
||
A new activity has been created on the GEWIS website that needs Zettle for payments. | ||
|
||
<h3><?= $this->escapeHtml($activity->getName()->getText("en")) ?></h3> | ||
|
||
<p><?= $this->escapeHtml($activity->getDescription()->getText("en")) ?></p> | ||
|
||
<br/> | ||
|
||
The organ that created this activity would love to have a reply back from you. Can you send this to ' | ||
<strong><?= $this->escapeHtml($requester) ?></strong>'? | ||
You can send a response by replying to this email. | ||
<br/><br/> | ||
|
||
With kind regards,<br/> | ||
The ApplicatieBeheerCommissie | ||
<hr/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.