-
Notifications
You must be signed in to change notification settings - Fork 211
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HIPP-885: New Email templates (#1122)
* HIPP-460: You've -> You have * HIPP-460: You've -> You have * HIPP-885_new_email_templates * HIPP-885_new_email_templates * HIPP-885_new_email_templates * HIPP-885: Review actions
- Loading branch information
Showing
11 changed files
with
161 additions
and
1 deletion.
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
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
22 changes: 22 additions & 0 deletions
22
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/NewProductionAccessRequest.scala.html
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,22 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any]) | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "A new production access request has been submitted for your review"){ | ||
<p style="margin: 0 0 30px; font-size: 19px;">A request was submitted for the application @params("applicationname") to access the @params("apispecificationname") in the production environment.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">To access the application, visit /api-hub on the MDTP admin network.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">From HMRC The API Hub</p> | ||
} |
4 changes: 4 additions & 0 deletions
4
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/NewProductionAccessRequest.scala.txt
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,4 @@ | ||
@(params: Map[String, Any]) | ||
A request was submitted for the application @{params("applicationname")} to access the @{params("apispecificationname")} in the production environment. | ||
To access the application, visit /api-hub on the MDTP admin network. | ||
From HMRC The API Hub |
22 changes: 22 additions & 0 deletions
22
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/ProductionAccessRequestApproved.scala.html
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,22 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any]) | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "Your production access request has been approved"){ | ||
<p style="margin: 0 0 30px; font-size: 19px;">A request was submitted for your application @params("applicationname") to access the @params("apispecificationname") in the production environment. This request has now been approved.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">To access the application, visit /api-hub on the MDTP admin network.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">From HMRC The API Hub</p> | ||
} |
4 changes: 4 additions & 0 deletions
4
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/ProductionAccessRequestApproved.scala.txt
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,4 @@ | ||
@(params: Map[String, Any]) | ||
A request was submitted for your application @{params("applicationname")} to access the @{params("apispecificationname")} in the production environment. This request has now been approved. | ||
To access the application, visit /api-hub on the MDTP admin network. | ||
From HMRC The API Hub |
22 changes: 22 additions & 0 deletions
22
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/ProductionAccessRequestRejected.scala.html
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,22 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any]) | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "Your production access request has been rejected"){ | ||
<p style="margin: 0 0 30px; font-size: 19px;">A request was submitted for your application @params("applicationname") to access the @params("apispecificationname") in the production environment. This request has been rejected.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">To access the application, visit /api-hub on the MDTP admin network.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">From HMRC The API Hub</p> | ||
} |
4 changes: 4 additions & 0 deletions
4
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/ProductionAccessRequestRejected.scala.txt
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,4 @@ | ||
@(params: Map[String, Any]) | ||
A request was submitted for your application @{params("applicationname")} to access the @{params("apispecificationname")} in the production environment. This request has been rejected. | ||
To access the application, visit /api-hub on the MDTP admin network. | ||
From HMRC The API Hub |
22 changes: 22 additions & 0 deletions
22
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/ProductionAccessRequestSubmitted.scala.html
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,22 @@ | ||
@* | ||
* Copyright 2023 HM Revenue & Customs | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*@ | ||
|
||
@(params: Map[String, Any]) | ||
@uk.gov.hmrc.hmrcemailrenderer.templates.helpers.html.template_main(params, "Your production access request was successfully submitted"){ | ||
<p style="margin: 0 0 30px; font-size: 19px;">Your request for your application @params("applicationname") to access the @params("apispecificationname") in the production environment has been successfully submitted for review.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">To access the request, visit /api-hub on the MDTP admin network.</p> | ||
<p style="margin: 0 0 30px; font-size: 19px;">From HMRC The API Hub</p> | ||
} |
4 changes: 4 additions & 0 deletions
4
app/uk/gov/hmrc/hmrcemailrenderer/templates/hipp/ProductionAccessRequestSubmitted.scala.txt
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,4 @@ | ||
@(params: Map[String, Any]) | ||
Your request for your application @{params("applicationname")} to access the @{params("apispecificationname")} in the production environment has been successfully submitted for review. | ||
To access the request, visit /api-hub on the MDTP admin network. | ||
From HMRC The API Hub |
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