mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Checkbox improvement
This commit is contained in:
@@ -23,12 +23,12 @@
|
|||||||
<label for="checkbox-group">Choose prefered document style:</label>
|
<label for="checkbox-group">Choose prefered document style:</label>
|
||||||
<div class="checkbox-container">
|
<div class="checkbox-container">
|
||||||
<input type="checkbox" id="docFormat">
|
<input type="checkbox" id="docFormat">
|
||||||
<label for "docFormat">Meeting report and summary with timestamps</label>
|
<label for "docFormat">Meeting report</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="checkbox-container">
|
<div class="checkbox-container">
|
||||||
<input type="checkbox" id="docFormatCustom">
|
<input type="checkbox" id="docFormatCustom">
|
||||||
<label for "docFormatCustom">Custom</label>
|
<label for "docFormatCustom">Summary with timestamps</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user