Skip to content

Commit 28caf27

Browse files
authored
Merge pull request #3481 from AtlasOfLivingAustralia/feature/3474
$3474 - made headings configurable
2 parents edc62b9 + 58c5e6a commit 28caf27

27 files changed

+86
-86
lines changed

grails-app/views/project/meriPlan/_description.gsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<table class="table">
55
<tbody>
66
<tr class="header required">
7-
<th class="required">Project description (${maxSize ?: 1500} character limit) <fc:iconHelp>${helpTextHeading ?:'Project description will be visible on project overview page in MERIT.'}</fc:iconHelp></th>
7+
<th class="required">${projectDescHeading ?: 'Project description'} (${maxSize ?: 1500} character limit) <fc:iconHelp>${helpTextHeading ?:'Project description will be visible on project overview page in MERIT.'}</fc:iconHelp></th>
88
</tr>
99
<tr>
1010
<td><textarea class="form-control form-control-sm" rows="5" data-validation-engine="validate[required,maxSize[${maxSize ?: 1500}]]"
@@ -17,7 +17,7 @@
1717
</div>
1818
</g:if>
1919
<g:else>
20-
<h4>Project description<g:if test="${helpTextHeading}"> <fc:iconHelp html="true" container="body">${helpTextHeading}</fc:iconHelp></g:if></h4>
20+
<h4>${projectDescHeading ?: 'Project description'}<g:if test="${helpTextHeading}"> <fc:iconHelp html="true" container="body">${helpTextHeading}</fc:iconHelp></g:if></h4>
2121
<g:if test="${explanation}">
2222
${explanation}
2323
</g:if>

grails-app/views/project/meriPlan/_extendedBaselineMonitoring.gsp

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- ko with:details.baseline -->
2-
<h4 class="header-with-help">Monitoring methodology</h4><fc:iconHelp html="true">${titleHelpText ?: "Describe the project baseline(s) units of measure or data which will be used to report progress towards this project's outcomes (short-term, medium-term and 5 year program outcome), and the monitoring design. Refer to the Regional Land Partnerships Evaluation Plan, which provides guidance on baselines and the monitoring indicators for each RLP outcome. Note, other monitoring indicators can also be used."}</fc:iconHelp>
2+
<h4 class="header-with-help">${title ?: 'Monitoring methodology'}</h4><fc:iconHelp html="true">${titleHelpText ?: "Describe the project baseline(s) units of measure or data which will be used to report progress towards this project's outcomes (short-term, medium-term and 5 year program outcome), and the monitoring design. Refer to the Regional Land Partnerships Evaluation Plan, which provides guidance on baselines and the monitoring indicators for each RLP outcome. Note, other monitoring indicators can also be used."}</fc:iconHelp>
33
<br/>
4-
<strong>Project baseline</strong>
4+
<strong>${subtitle?:'Project baseline'}</strong>
55
<g:set var="baselineHeader">
66

77
</g:set>
@@ -10,11 +10,11 @@
1010
<tr class="header">
1111
<th class="code"></th>
1212
<th class="outcome required">${outcomeStatementHeading ?: 'Outcome statement/s'}</th>
13-
<th class="monitoring-data required">Baseline data <g:if test="${baselineDataHelpText}"><fc:iconHelp>${baselineDataHelpText}</fc:iconHelp></g:if></th>
14-
<th class="baseline required">Baseline data description <g:if test="${baselineDataDescriptionHelpText}"><fc:iconHelp>${baselineDataDescriptionHelpText}</fc:iconHelp></g:if></th>
15-
<th class="service required">${servicesHeading ?: 'Project service / Target measure/s'}<g:if test="${baselineHelpText}"><fc:iconHelp>${baselineServiceHelpText}</fc:iconHelp></g:if></th>
16-
<th class="baseline-method required">Select the method used to obtain the baseline, or how the baseline will be established if ‘Other’<fc:iconHelp html="true">${baselineMethodHelpText ?: "Describe the project baseline(s) units of measure or data which will be used to report progress towards this project's outcomes (short-term, medium-term and 5 year program outcome), and the monitoring design."}</fc:iconHelp></th>
17-
<th class="baseline-evidence required">Evidence to be retained <g:if test="${evidenceHelpText}"><fc:iconHelp>${evidenceHelpText}</fc:iconHelp></g:if></th>
13+
<th class="monitoring-data required">${baseLineHeading ?: 'Baseline data'} <g:if test="${baselineDataHelpText}"><fc:iconHelp>${baselineDataHelpText}</fc:iconHelp></g:if></th>
14+
<th class="baseline required">${baseLineDescHeading ?: 'Baseline data description'} <g:if test="${baselineDataDescriptionHelpText}"><fc:iconHelp>${baselineDataDescriptionHelpText}</fc:iconHelp></g:if></th>
15+
<th class="service required">${servicesHeading ?: 'Project service / Target measure/s'}<g:if test="${baselineServiceHelpText}"><fc:iconHelp>${baselineServiceHelpText}</fc:iconHelp></g:if></th>
16+
<th class="baseline-method required">${methodBaseLineHeading ?: 'Select the method used to obtain the baseline, or how the baseline will be established if ‘Other’'}<fc:iconHelp html="true">${baselineMethodHelpText ?: "Describe the project baseline(s) units of measure or data which will be used to report progress towards this project's outcomes (short-term, medium-term and 5 year program outcome), and the monitoring design."}</fc:iconHelp></th>
17+
<th class="baseline-evidence required">${evidenceHeading ?: 'Evidence to be retained'} <g:if test="${evidenceHelpText}"><fc:iconHelp>${evidenceHelpText}</fc:iconHelp></g:if></th>
1818
<th class="remove"></th>
1919
</tr>
2020

grails-app/views/project/meriPlan/_extendedKeyThreats.gsp

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<tr>
1111
<th class="index"></th>
1212
<th class="related-outcomes required">${outcomeStatementHeading ?: 'Outcome statement/s'}</th>
13-
<th class="threat-code required">Threats / Threatening processes</th>
14-
<th class="threat required">Description <fc:iconHelp>${threatHelpText ?: "Describe the key threats (or key threatening processes) to the primary investment priority"}</fc:iconHelp></th>
13+
<th class="threat-code required">${threatsHeading ?:'Threats / Threatening processes'}</th>
14+
<th class="threat required">${descriptionHeading ?: 'Description'} <fc:iconHelp>${threatHelpText ?: "Describe the key threats (or key threatening processes) to the primary investment priority"}</fc:iconHelp></th>
1515
<th class="services required">${servicesHeading ?: 'Project service / Target measure/s to address threats'}<fc:iconHelp>${servicesHelpText ?: "Project Services/Target measures selected in this section will be pre-populated into the Project services and targets and Project service forecasts tables"}</fc:iconHelp></th>
16-
<th class="intervention required">Methodology <fc:iconHelp>${interventionHelpText ?: "Describe the proposed interventions to address the threat and how this will deliver on the 5 year outcome."}</fc:iconHelp></th>
17-
<th class="evidence required">Evidence to be retained <g:if test="${evidenceHelpText}"><fc:iconHelp>${evidenceHelpText}</fc:iconHelp></g:if></th>
16+
<th class="intervention required">${methodologyHeading ?: 'Methodology'} <fc:iconHelp>${interventionHelpText ?: "Describe the proposed interventions to address the threat and how this will deliver on the 5 year outcome."}</fc:iconHelp></th>
17+
<th class="evidence required">${evidenceHeading ?: 'Evidence to be retained'} <g:if test="${evidenceHelpText}"><fc:iconHelp>${evidenceHelpText}</fc:iconHelp></g:if></th>
1818
<th class="remove"></th>
1919
</tr>
2020
</thead>

grails-app/views/project/meriPlan/_indigenousInvolvement.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h4>First Nations people involvement</h4>
1+
<h4>${title ?: 'First Nations people involvement'}</h4>
22

33
<div class="form-group row">
44
<div class="col-sm-8">

grails-app/views/project/meriPlan/_name.gsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<tbody>
66

77
<tr class="header required">
8-
<th class="required">Project name (${maxSize ?: 150} characters) <fc:iconHelp>The project name will be visible on project overview page in MERIT</fc:iconHelp></th>
8+
<th class="required">${projectNameHeading?:"Project name"} (${maxSize ?: 150} characters) <fc:iconHelp>${projectHelp ?: 'The project name will be visible on project overview page in MERIT'}</fc:iconHelp></th>
99
</tr>
1010
<tr>
1111
<td>
@@ -19,7 +19,7 @@
1919
</div>
2020
</g:if>
2121
<g:else>
22-
<h4 class="header-with-help">Project name</h4><fc:iconHelp>The project name will be visible on project overview page in MERIT</fc:iconHelp>
22+
<h4 class="header-with-help"${projectNameHeading?:"Project name"}</h4><fc:iconHelp>${projectHelp ?: 'The project name will be visible on project overview page in MERIT'}</fc:iconHelp>
2323
<g:if test="${explanation}">
2424
${explanation}
2525
</g:if>

grails-app/views/project/meriPlan/_outcomeStatements.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<th class="outcome required">${subtitle ?: ""} <g:if test="${helpText}"><fc:iconHelp html="true" container="body">${helpText}</fc:iconHelp></g:if> </th>
2020
<g:if test="${extendedOutcomes}">
2121
<th class="investment-priority required">${investmentPriorityHeading ?: 'Investment priority'}</th>
22-
<th class="program-outcome required">Related program outcome</th>
22+
<th class="program-outcome required">${programOutcomeHeading ?: 'Related program outcome'}</th>
2323
</g:if>
2424
<th class="remove"></th>
2525
</tr>

grails-app/views/project/meriPlan/_projectPartnerships.gsp

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<div id="project-partnership" class="well well-small">
2-
<label><b>Project partnerships</b><g:if test="${helpTextHeading}"> <fc:iconHelp html="true" container="body">${helpTextHeading}</fc:iconHelp></g:if></label>
2+
<label><b>${title?:'Project partnerships'}</b><g:if test="${helpTextHeading}"> <fc:iconHelp html="true" container="body">${helpTextHeading}</fc:iconHelp></g:if></label>
33
<p>${explanation?: "Provide details on all project partners and the nature and scope of their participation in the project."}</p>
44
<table class="table">
55
<thead>
66
<tr>
77
<th class="index"></th>
8-
<th class="partner-name">Partner name
8+
<th class="partner-name">${partnerNameHeading ?: 'Partner name'}
99
<fc:iconHelp title="Partner name">${helpTextPartnerName ?:'Name of project partner, to be a project partner they need to be actively involved in the planning or delivery of the project.'}</fc:iconHelp></th>
10-
<th class="partnership-nature">Nature of partnership<fc:iconHelp title="Nature of partnership">${helpTextPartnerNature ?: 'Very briefly indicate how the partner is contributing to the project.'}</fc:iconHelp></th>
11-
<th class="partner-organisation-type">Type of organisation<fc:iconHelp title="Type of organisation">${helpTextPartnerOrg ?: 'Select the most appropriate partner type from the list provided.'}</fc:iconHelp></th>
10+
<th class="partnership-nature">${naturePartnershipHeading ?: 'Nature of partnership'}<fc:iconHelp title="Nature of partnership">${helpTextPartnerNature ?: 'Very briefly indicate how the partner is contributing to the project.'}</fc:iconHelp></th>
11+
<th class="partner-organisation-type">${typeOrganisationHeading ?: 'Type of organisation'}<fc:iconHelp title="Type of organisation">${helpTextPartnerOrg ?: 'Select the most appropriate partner type from the list provided.'}</fc:iconHelp></th>
1212
<th class="remove"></th>
1313
</tr>
1414
</thead>

grails-app/views/project/meriPlan/_serviceForecasts.gsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<tr>
77
<th class="index" rowspan="2"></th>
88
<th class="service required" rowspan="2">${serviceName ?: "Service"}</th>
9-
<th class="score required" rowspan="2" style="min-width: 500px;">Target measure</th>
9+
<th class="score required" rowspan="2" style="min-width: 500px;">${targetMeasureHeading ?: 'Target measure'}</th>
1010
<!-- ko if: forecastPeriods && forecastPeriods.length -->
11-
<th data-bind="attr:{colspan:forecastPeriods.length+1}">Annual target forecast (indicative only) <fc:iconHelp>${minHelptext ?:"Specify the minimum total target for each Project Service to be delivered each financial year. Note: the sum of these targets will not necessarily equal the total services to be delivered."}</fc:iconHelp></th>
11+
<th data-bind="attr:{colspan:forecastPeriods.length+1}">${annualTargetHeading ?: 'Annual target forecast (indicative only)'} <fc:iconHelp>${minHelptext ?:"Specify the minimum total target for each Project Service to be delivered each financial year. Note: the sum of these targets will not necessarily equal the total services to be delivered."}</fc:iconHelp></th>
1212
<!-- /ko -->
1313
</tr>
1414
<tr>

grails-app/views/project/meriPlan/_serviceOutcomeTargets.gsp

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<tr>
77
<th class="index"></th>
88
<th class="required service">${serviceName ?: "Project Service"}</th>
9-
<th class="required score">Target measure</th>
9+
<th class="required score">${targetMeasureHeading ?: 'Target measure'}</th>
1010
<th></th>
1111
</tr>
1212
</thead>
@@ -33,8 +33,8 @@
3333

3434
<tr>
3535
<td class="index"></td>
36-
<th>Project Outcome/s</th>
37-
<th>Target</th>
36+
<th>${projectOutcomesHeading ?: 'Project Outcome/s'}</th>
37+
<th>${targetHeading ?: 'Target'}</th>
3838
<th></th>
3939
</tr>
4040
<!-- ko foreach:outcomeTargets -->

grails-app/views/project/meriPlanChanges/_description.gsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<table class="table">
33
<thead>
44
<tr>
5-
<th>Project description</th>
5+
<th>${projectDescHeading ?: 'Project description'}</th>
66
</tr>
77
</thead>
88
<tbody>
@@ -15,7 +15,7 @@
1515
</table>
1616
</g:if>
1717
<g:else>
18-
<h4>Project description</h4>
18+
<h4>${projectDescHeading ?: 'Project description'}</h4>
1919
<td style="display:none" class="original" data-bind="text:details.descriptionComparison"></td>
2020
<td style="display:none" class="changed" data-bind="text:detailsChanged.descriptionComparison"></td>
2121
<td wrap class="diff1"></td>

grails-app/views/project/meriPlanChanges/_extendedBaselineMonitoring.gsp

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<h4 class="header-with-help">Monitoring methodology</h4><fc:iconHelp>${titleHelpText ?: "Describe the project baseline(s) units of measure or data which will be used to report progress towards this project's outcomes (short-term, medium-term and 5 year program outcome), and the monitoring design. Refer to the Regional Land Partnerships Evaluation Plan, which provides guidance on baselines and the monitoring indicators for each RLP outcome. Note, other monitoring indicators can also be used."}</fc:iconHelp>
1+
<h4 class="header-with-help">${title?:"Monitoring methodology"}</h4><fc:iconHelp>${titleHelpText ?: "Describe the project baseline(s) units of measure or data which will be used to report progress towards this project's outcomes (short-term, medium-term and 5 year program outcome), and the monitoring design. Refer to the Regional Land Partnerships Evaluation Plan, which provides guidance on baselines and the monitoring indicators for each RLP outcome. Note, other monitoring indicators can also be used."}</fc:iconHelp>
22
<br/>
3-
<strong>Project baseline</strong>
3+
<strong>${subtitle ?: "Project baseline"}</strong>
44
<g:set var="baselineHeader">
55

66
</g:set>
@@ -12,12 +12,12 @@
1212
<g:set var="monitoringModel" value="${changed.custom.details.monitoring?.rows.find {it.relatedBaseline == code}}"/>
1313
<tr class="header">
1414
<th class="code"></th>
15-
<th class="outcome required">Outcome statement/s</th>
16-
<th class="monitoring-data required">Baseline data <g:if test="${baselineDataHelpText}"><fc:iconHelp>${baselineDataHelpText}</fc:iconHelp></g:if></th>
17-
<th class="baseline required">Baseline data description <g:if test="${baselineDataDescriptionHelpText}"><fc:iconHelp>${baselineDataDescriptionHelpText}</fc:iconHelp></g:if></th>
18-
<th class="service required">Project Service / Target Measure/s <g:if test="${baselineHelpText}"><fc:iconHelp>${baselineServiceHelpText}</fc:iconHelp></g:if></th>
19-
<th class="baseline-method required">Select the method used to obtain the baseline, or how the baseline will be established if ‘Other’<fc:iconHelp html="true">${baselineMethodHelpText ?: "Describe the project baseline(s) units of measure or data which will be used to report progress towards this project's outcomes (short-term, medium-term and 5 year program outcome), and the monitoring design."}</fc:iconHelp></th>
20-
<th class="baseline-evidence required">Evidence to be retained <g:if test="${evidenceHelpText}"><fc:iconHelp>${evidenceHelpText}</fc:iconHelp></g:if></th>
15+
<th class="outcome required">${outcomeStatementHeading ?: 'Outcome statement/s'}</th>
16+
<th class="monitoring-data required">${baseLineHeading ?: 'Baseline data'} <g:if test="${baselineDataHelpText}"><fc:iconHelp>${baselineDataHelpText}</fc:iconHelp></g:if></th>
17+
<th class="baseline required">${baseLineDescHeading ?: 'Baseline data description'} <g:if test="${baselineDataDescriptionHelpText}"><fc:iconHelp>${baselineDataDescriptionHelpText}</fc:iconHelp></g:if></th>
18+
<th class="service required">${servicesHeading ?: 'Project service / Target measure/s'}<g:if test="${baselineServiceHelpText}"><fc:iconHelp>${baselineServiceHelpText}</fc:iconHelp></g:if></th>
19+
<th class="baseline-method required">${methodBaseLineHeading ?: 'Select the method used to obtain the baseline, or how the baseline will be established if ‘Other’'}<fc:iconHelp html="true">${baselineMethodHelpText ?: "Describe the project baseline(s) units of measure or data which will be used to report progress towards this project's outcomes (short-term, medium-term and 5 year program outcome), and the monitoring design."}</fc:iconHelp></th>
20+
<th class="baseline-evidence required">${evidenceHeading ?: 'Evidence to be retained'} <g:if test="${evidenceHelpText}"><fc:iconHelp>${evidenceHelpText}</fc:iconHelp></g:if></th>
2121
</tr>
2222

2323
<tr class="baseline-row">

grails-app/views/project/meriPlanChanges/_extendedKeyThreats.gsp

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<thead>
1111
<tr>
1212
<th class="index"></th>
13-
<th class="related-outcomes">Outcome Statement/s</th>
14-
<th class="threat-code">Threats / Threatening processes</th>
15-
<th class="threat required">Description <fc:iconHelp>${threatHelpText ?: "Describe the key threats (or key threatening processes) to the primary investment priority"}</fc:iconHelp></th>
16-
<th class="services">Project service / Target measure/s to address threats</th>
17-
<th class="intervention required">Methodology <fc:iconHelp>${interventionHelpText ?: "Describe the proposed interventions to address the threat and how this will deliver on the 5 year outcome."}</fc:iconHelp></th>
18-
<th class="evidence">Evidence to be retained <g:if test="${evidenceHelpText}"><fc:iconHelp>${evidenceHelpText}</fc:iconHelp></g:if></th>
13+
<th class="related-outcomes">${outcomeStatementHeading ?: 'Outcome Statement/s'}</th>
14+
<th class="threat-code">${threatsHeading ?:'Threats / Threatening processes'}</th>
15+
<th class="threat required">${descriptionHeading ?: 'Description'} <fc:iconHelp>${threatHelpText ?: "Describe the key threats (or key threatening processes) to the primary investment priority"}</fc:iconHelp></th>
16+
<th class="services">${servicesHeading ?: 'Project service / Target measure/s to address threats'}</th>
17+
<th class="intervention required">${methodologyHeading ?: 'Methodology'} <fc:iconHelp>${interventionHelpText ?: "Describe the proposed interventions to address the threat and how this will deliver on the 5 year outcome."}</fc:iconHelp></th>
18+
<th class="evidence">${evidenceHeading ?: 'Evidence to be retained'} <g:if test="${evidenceHelpText}"><fc:iconHelp>${evidenceHelpText}</fc:iconHelp></g:if></th>
1919
</tr>
2020
</thead>
2121
<tbody>

grails-app/views/project/meriPlanChanges/_indigenousInvolvement.gsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h4>First Nations people involvement</h4>
1+
<h4>${title ?: 'First Nations people involvement'}</h4>
22

33
<div class="row">
44
<div class="col-md-8">

grails-app/views/project/meriPlanChanges/_name.gsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<table class="table">
33
<thead>
44
<tr>
5-
<th>Project</th>
5+
<th>${projectNameHeading?:"Project"}</th>
66
</tr>
77
</thead>
88
<tbody>
@@ -15,7 +15,7 @@
1515
</table>
1616
</g:if>
1717
<g:else>
18-
<h4>Project name</h4>
18+
<h4>${projectNameHeading?:"Project name"}</h4>
1919
<span style="display:none" class="original" data-bind="text:details.nameComparison"></span>
2020
<span style="display:none" class="changed" data-bind="text:detailsChanged.nameComparison"></span>
2121
<span wrap class="diff1"></span>

grails-app/views/project/meriPlanChanges/_outcomeStatements.gsp

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<tr>
88
<th class="code"></th>
99
<th class="outcome">${subtitle ?: ""} </th>
10-
<th class="investment-priority">Investment priority</th>
11-
<th class="program-outcome">Related program outcome/s</th>
10+
<th class="investment-priority">${investmentPriorityHeading ?: 'Investment priority'}</th>
11+
<th class="program-outcome">${programOutcomeHeading ?: 'Related program outcome/s'}</th>
1212
</tr>
1313
</thead>
1414
<g:if test="${outcomeType == 'mid'}">

0 commit comments

Comments
 (0)