Skip to content

Commit

Permalink
More help text placeholders in MERI templates #2133
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 14, 2021
1 parent 44afb91 commit e80e225
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions grails-app/views/project/meriPlan/_keyThreats.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<table class="table threats">
<thead>
<th class="index"></th>
<th class="threat required">Key threat(s) and/or key threatening processes <fc:iconHelp>Describe the key threats (or key threatening processes) to the primary investment priority</fc:iconHelp></th>
<th class="intervention required">Interventions to address threats <fc:iconHelp>Describe the proposed interventions to address the threat and how this will deliver on the 5 year outcome.</fc:iconHelp></th>
<th class="threat required">Key threat(s) and/or key threatening processes <fc:iconHelp>${threatHelpText ?: "Describe the key threats (or key threatening processes) to the primary investment priority"}</fc:iconHelp></th>
<th class="intervention required">Interventions to address threats <fc:iconHelp>${interventionHelpText ?: "Describe the proposed interventions to address the threat and how this will deliver on the 5 year outcome."}</fc:iconHelp></th>
<th class="remove"></th>
</thead>
<tbody data-bind="foreach: rows">
Expand Down
6 changes: 3 additions & 3 deletions grails-app/views/project/meriPlan/_monitoringBaseline.gsp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<h4 class="header-with-help">Monitoring methodology</h4><fc:iconHelp>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>
<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>
<!-- ko with:details.baseline -->
<table class="table monitoring-baseline">
<thead>
<th class="index"></th>
<th class="baseline required">Project baseline</th>
<th class="baseline-method required">Describe the method used to obtain the baseline, or how the baseline will be established <fc:iconHelp>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>
<th class="baseline required">Project baseline <g:if test="${baselineHelpText}"><fc:iconHelp>${baselineHelpText}</fc:iconHelp></g:if></th>
<th class="baseline-method required">Describe the method used to obtain the baseline, or how the baseline will be established <fc:iconHelp>${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>
<th class="remove"></th>
</thead>
<tbody data-bind="foreach: rows">
Expand Down

0 comments on commit e80e225

Please sign in to comment.