Skip to content

Commit

Permalink
update on labels
Browse files Browse the repository at this point in the history
  • Loading branch information
lrdossan committed Oct 15, 2024
1 parent cd9214a commit d00df39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,7 @@
</div>
</div></br>
<div class='sub_title'>
HEPA Filtration / eACH:
<div data-tooltip="CADR - Clean Air Delivery Rate">
<span class="tooltip_text">?</span>
</div>
HEPA Filtration / Eq. ventilation:
</div>
<div>
<input type="radio" id="hepa_yes" name="hepa_option" value=1 onclick="require_fields(this)" data-enables="#DIVhepa_amount">
Expand All @@ -394,7 +391,12 @@
<label for="hepa_no" class="col-form-label ml-2">No</label>
</div>
<div class="form-group row tabbed" id="DIVhepa_amount">
<div class="col-md-6"><label for="hepa_amount" class="col-form-label">Flow rate / CADR (m³ / hour):</label></div>
<div class="col-md-7">
<label for="hepa_amount" class="col-form-label">Flow rate / CADR (m³ / hour):</label>
<div data-tooltip="CADR - Clean Air Delivery Rate">
<span class="tooltip_text">?</span>
</div>
</div>
<div class="col-md-4"><input type="number" step="any" id="hepa_amount" class="non_zero form-control" name="hepa_amount" placeholder="Flow rate" min="0" data-has-radio="#hepa_yes"></div>
</div>
<hr width="80%">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@
{% else %}
No </p></li>
{% endif %}
<li><p class="data_text">HEPA Filtration / eACH: {{ 'Yes' if form.hepa_option else 'No' }}</li>
<li><p class="data_text">HEPA Filtration / Eq. ventilation: {{ 'Yes' if form.hepa_option else 'No' }}</li>
{% if form.hepa_option %}
<ul>
<li><p class="data_text">HEPA amount / CADR: {{ form.hepa_amount }} m³ / hour</p></li>
Expand Down

0 comments on commit d00df39

Please sign in to comment.