Skip to content

Commit

Permalink
disabled option of absolute change in prepend and append masks
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrFr committed Nov 4, 2019
1 parent 206e28b commit ffb9a06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions repair/templates/strategy/solution-parts.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,8 @@ <h4> {% trans "From which activity will the new flow originate from?" %} </h4>
<br>
<h4> {% trans "Mass of prepended flow in relation to existing flow" %} </h4>
<div class="row">
<input type="radio" name="is-absolute" value="true" checked> {% trans "absolute change" %} <br>
<input type="radio" name="is-absolute" value="false"> {% trans "relative change" %} <br>
<input type="radio" name="is-absolute" value="true" disabled> {% trans "absolute change" %} <br>
<input type="radio" name="is-absolute" value="false" checked> {% trans "relative change" %} <br>
<br>
{% trans "Do you want to refer to a user question for calculating the mass?" %} <br>
<input type="radio" name="has-question" value="true" checked> {% trans "yes" %}
Expand Down Expand Up @@ -829,8 +829,8 @@ <h4> {% trans "To which activity will the new flow go?" %} </h4>
<br>
<h4> {% trans "Mass of appended flow in relation to existing flow" %} </h4>
<div class="row">
<input type="radio" name="is-absolute" value="true" checked> {% trans "absolute change" %} <br>
<input type="radio" name="is-absolute" value="false"> {% trans "relative change" %} <br>
<input type="radio" name="is-absolute" value="true" disabled> {% trans "absolute change" %} <br>
<input type="radio" name="is-absolute" value="false" checked> {% trans "relative change" %} <br>
<br>
{% trans "Do you want to refer to a user question for calculating the mass?" %} <br>
<input type="radio" name="has-question" value="true" checked> {% trans "yes" %}
Expand Down

0 comments on commit ffb9a06

Please sign in to comment.