-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: change the continuation information email templates to use tran…
…slation key. (#286)
- Loading branch information
Showing
4 changed files
with
12 additions
and
34 deletions.
There are no files selected for viewing
15 changes: 4 additions & 11 deletions
15
app/api/module/Email/view/email/cy_GB/html/licensing-information-continuation.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 |
---|---|---|
@@ -1,14 +1,7 @@ | ||
<p>Annwyl weithredwr,</p> | ||
<?php echo $this->translate('email.licensing-information-continuation-html.body'); ?> | ||
|
||
<p>Rhoddwyd dogfennaeth bwysig ynghylch parhad eich Trwydded Gweithredwr’s | ||
am <?php echo $this->escapeHtml($this->licNo) . ' ' . $this->escapeHtml($this->operatorName); ?> wedi'i rhoi yn eich | ||
mewnflwch gohebiaeth Hunan Wasanaeth.</p> | ||
|
||
<p>Nodwch fod rhaid ichi brintio'r ddogfen barhad, ei llofnodi a'i dychwelyd i'r swyddfa cyn gynted â phosibl, | ||
gan amlygu unrhyw newidiadau i'r manylion ar y ddogfen.</p> | ||
|
||
<p>Nid anfonir copi papur o'r ddogfen hon ichi.</p> | ||
<p>Trwydded: <?php echo $this->escapeHtml($this->licNo) . ' ' . $this->escapeHtml($this->operatorName); ?></p> | ||
|
||
<p> | ||
<a href="<?php echo $this->escapeHtml($this->url); ?>">Mewngofnodi i'ch cyfrif</a> | ||
</p> | ||
<a href="<?php echo $this->escapeHtml($this->url); ?>">Mewngofnodi i'ch cyfrif</a> | ||
</p> |
10 changes: 3 additions & 7 deletions
10
app/api/module/Email/view/email/cy_GB/plain/licensing-information-continuation.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 |
---|---|---|
@@ -1,9 +1,5 @@ | ||
Annwyl weithredwr, | ||
<?php echo $this->translate('email.licensing-information-continuation-plain.body'); ?> | ||
|
||
Rhoddwyd dogfennaeth bwysig ynghylch parhad eich Trwydded Gweithredwr's am<?php echo $this->licNo . ' ' . $this->operatorName; ?> wedi'i rhoi yn eich mewnflwch gohebiaeth Hunan Wasanaeth. | ||
Trwydded: <?php echo $this->licNo . ' ' . $this->operatorName; ?> | ||
|
||
Nodwch fod rhaid ichi brintio'r ddogfen barhad, ei llofnodi a'i dychwelyd i'r swyddfa cyn gynted â phosibl, gan amlygu unrhyw newidiadau i'r manylion ar y ddogfen. | ||
|
||
Nid anfonir copi papur o'r ddogfen hon ichi. | ||
|
||
Mewngofnodi i'ch cyfrif <?php echo $this->url; ?>. | ||
Mewngofnodi i'ch cyfrif yn: <?php echo $this->url; ?>. |
13 changes: 3 additions & 10 deletions
13
app/api/module/Email/view/email/en_GB/html/licensing-information-continuation.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 |
---|---|---|
@@ -1,14 +1,7 @@ | ||
<p>Dear operator,</p> | ||
<?php echo $this->translate('email.licensing-information-continuation-html.body'); ?> | ||
|
||
<p>Important documentation relating to your Operator’s Licence continuation for | ||
<?php echo $this->escapeHtml($this->licNo) . ' ' . $this->escapeHtml($this->operatorName); ?> has been placed in your | ||
Self Service correspondence inbox.</p> | ||
|
||
<p>Please note that you must print off the continuation document, sign it and return it | ||
to the office as soon as possible, highlighting any changes to the details on the document.</p> | ||
|
||
<p>You will not be sent a paper copy of this document.</p> | ||
<p>Licence: <?php echo $this->escapeHtml($this->licNo) . ' ' . $this->escapeHtml($this->operatorName); ?></p> | ||
|
||
<p> | ||
<a href="<?php echo $this->escapeHtml($this->url); ?>">Sign in to your account</a> | ||
<a href="<?php echo $this->escapeHtml($this->url); ?>">Sign in to your account</a> | ||
</p> |
8 changes: 2 additions & 6 deletions
8
app/api/module/Email/view/email/en_GB/plain/licensing-information-continuation.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 |
---|---|---|
@@ -1,9 +1,5 @@ | ||
Dear operator, | ||
<?php echo $this->translate('email.licensing-information-continuation-plain.body'); ?> | ||
|
||
Important documentation relating to your Operator's Licence continuation for <?php echo $this->licNo . ' ' . $this->operatorName; ?> has been placed in your Self Service correspondence inbox. | ||
|
||
Please note that you must print off the continuation document, sign it and return it to the office as soon as possible, highlighting any changes to the details on the document. | ||
|
||
You will not be sent a paper copy of this document. | ||
Licence: <?php echo $this->licNo . ' ' . $this->operatorName; ?> | ||
|
||
Sign in to your account at <?php echo $this->url; ?>. |