Changed FFP2 label
This commit is contained in:
parent
b7575d0f9f
commit
08432e2a0e
1 changed files with 16 additions and 10 deletions
|
|
@ -267,16 +267,22 @@
|
|||
|
||||
<div id="DIVmasks_used" style="display:none">
|
||||
<div class='sub_title'>Type of masks used:</div>
|
||||
<input type="radio" id="mask_type_1" name="mask_type" value="Type I" checked="checked" onclick="require_fields(this)">
|
||||
<label for="mask_type_1">
|
||||
Surgical/Type I
|
||||
<img class="mask_icons" src="/static/images/masks/t1.png">
|
||||
</label>
|
||||
<input class="ml-2" type="radio" id="mask_type_ffp2" name="mask_type" value="FFP2" onclick="require_fields(this)">
|
||||
<label for="mask_type_ffp2">
|
||||
FFP2
|
||||
<img class="mask_icons" src="/static/images/masks/ffp2.png">
|
||||
</label>
|
||||
<div class='split'>
|
||||
<div>
|
||||
<input type="radio" id="mask_type_1" name="mask_type" value="Type I" checked="checked" onclick="require_fields(this)">
|
||||
<label for="mask_type_1">
|
||||
Surgical/Type I
|
||||
<img class="mask_icons" src="/static/images/masks/t1.png">
|
||||
</label>
|
||||
</div>
|
||||
<div>
|
||||
<input type="radio" id="mask_type_ffp2" name="mask_type" value="FFP2" onclick="require_fields(this)">
|
||||
<label for="mask_type_ffp2">
|
||||
Respirator/FFP2
|
||||
<img class="mask_icons" src="/static/images/masks/ffp2.png">
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr width="80%">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue