Skip to content

Commit

Permalink
Merge pull request #2978 from AtlasOfLivingAustralia/feature/issue2977
Browse files Browse the repository at this point in the history
commit WIP #2977
  • Loading branch information
chrisala authored Aug 29, 2023
2 parents 3a456e6 + ab30a50 commit 7a76b38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion grails-app/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,7 @@ label.merit.externalID = External ID
label.merit.grantAwardID = Grant Award ID
label.merit.grantID = Grant ID

label.collapsible.heading = About:
label.collapsible.heading = About:

attach.document.subtitle = Please ensure that no documents containing sensitive data are uploaded
attach.document.help = Sensitivities can include Personally Identifiable Information such as name, address, email and phone; or can be culturally or ecologically sensitive such as the location of sacred sites, threatened species nesting sites, or threatened plants. If in doubt, please contact your Project Manager or the MERIT Team for advice.
4 changes: 3 additions & 1 deletion grails-app/views/shared/_attachDocument.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<div id="attachDocument" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<div class="modal-header" style="flex-direction:column;">
<h4 class="modal-title" id="title">Attach Document</h4>
<label class="col-form-label row-cols-sm-1" style="font-size: small"><g:message code="attach.document.subtitle"/>
<fc:iconHelp helpTextCode="attach.document.help"></fc:iconHelp></label>
</div>
<div class="modal-body validationContainer" id="documentForm">
<div class="form-group row">
Expand Down

0 comments on commit 7a76b38

Please sign in to comment.